diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 260d26e..3eaf12b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-yaml # Check YAML files for syntax errors only args: [--unsafe, --allow-multiple-documents] - id: check-toml - # - id: check-added-large-files + # - id: check-added-large-files - id: debug-statements # Check for debugger imports and py37+ breakpoint() - id: mixed-line-ending - id: no-commit-to-branch # Prevent committing to main / master @@ -58,6 +58,6 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.4" + rev: "v2.5.0" hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index ad4cc62..606acfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]