diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4592cf4..5114b34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-builtin-literals @@ -12,48 +12,48 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.17.0 hooks: - id: pyupgrade args: - --py3-plus - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.8.0 hooks: - id: black args: - --safe - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: - flake8-bugbear == 22.9.23 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt args: - --min-py3-version - "3.5" - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 0.6.0 + rev: 1.4.1 hooks: - id: tox-ini-fmt args: - -p - fix - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: - black==20.8b1 - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks