diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 262ef21..99d4635 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [ @@ -20,7 +20,7 @@ repos: ] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.5 hooks: - id: codespell args: [ @@ -28,13 +28,13 @@ repos: ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: debug-statements # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.14.2 + rev: 0.23.3 hooks: - id: check-github-workflows