diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e2259f7..84f1f097 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ".venv|tests/dev/|tests/fixtures/|ext_libs/" fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ["--maxkb=500"] @@ -25,7 +25,7 @@ repos: args: ["--whitespaces-count", "4"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black