diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e151a30..d7e30eba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: ^docs/.*|.*.md - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black language_version: python3 @@ -32,6 +32,6 @@ repos: args: ["-d", "relaxed"] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8