diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66058378..58c84e3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,17 +8,17 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/reorder-python-imports - rev: v3.15.0 + rev: v3.16.0 hooks: - id: reorder-python-imports args: [--py39-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.8.0 + rev: v3.1.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/flake8 diff --git a/setup.cfg b/setup.cfg index 7565ec63..e2bd7c0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ project_urls = [options] py_modules = pycodestyle -python_requires = >=3.9 +python_requires = >=3.10 include_package_data = True zip_safe = False