diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c68f466..c830f63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,22 +7,22 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/reorder-python-imports - rev: v3.9.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: [--application-directories, '.:src', --py37-plus] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black args: [--line-length=79] - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 exclude: ^(tests/|docs/|setup.py) @@ -30,7 +30,7 @@ repos: - flake8-docstrings - flake8-import-order - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers]