diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b08625..8563987 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.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -33,7 +33,7 @@ repos: exclude: "tests/test_catch_py311.py" - repo: https://github.com/csachs/pyproject-flake8 - rev: v5.0.4a1.post1 + rev: v6.0.0 hooks: - id: pyproject-flake8 additional_dependencies: [flake8-bugbear]