From a195ac0a3f14b394e60f7a6cb3c69d7ff30e24f2 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Tue, 29 Aug 2023 20:01:03 -0500 Subject: [PATCH] Update pyproject-fmt to use tox --- .pre-commit-config.yaml | 3 ++- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1859ca61..e383f737 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,6 +33,7 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.11.2 + rev: 1.1.0 hooks: - id: pyproject-fmt + additional_dependencies: ["tox>=4.9"] diff --git a/pyproject.toml b/pyproject.toml index e46d4d90..fd06d743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers=[ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries",