diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e482ff00..e47b1cf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier @@ -54,7 +54,7 @@ repos: ] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.9.2 + rev: 0.11.2 hooks: - id: pyproject-fmt @@ -63,7 +63,7 @@ ci: [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci - autofix_prs: false + autofix_prs: true autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' autoupdate_schedule: monthly skip: [] diff --git a/pyproject.toml b/pyproject.toml index c0daa781..ad279f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,16 +15,17 @@ authors = [ ] requires-python = ">=3.8" classifiers = [ - 'Development Status :: 4 - Beta', - 'License :: OSI Approved :: MIT License', - 'Operating System :: OS Independent', - 'Intended Audience :: Science/Research', - 'Programming Language :: Python', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', - 'Topic :: Scientific/Engineering', + 'Development Status :: 4 - Beta', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + "Programming Language :: Python :: 3 :: Only", + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + "Programming Language :: Python :: 3.11", + 'Topic :: Scientific/Engineering', ] dynamic = [ "dependencies",