diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 652104104..48670668f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -39,16 +39,16 @@ repos: - id: tox-ini-fmt args: [ "-p", "fix_lint" ] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.2 + rev: v2.0.0 hooks: - id: setup-cfg-fmt args: [ --min-py3-version, "3.5", "--max-py-version", "3.10" ] - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==21.11.29 + - flake8-bugbear==22.7.1 - repo: local hooks: - id: changelogs-rst diff --git a/setup.cfg b/setup.cfg index 43affc310..afba72edc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,14 +19,7 @@ classifiers = Operating System :: Microsoft :: Windows Operating System :: POSIX Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Libraries