diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b283fec..3e2cb19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: darker additional_dependencies: [black==22.10.0] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 exclude: "^src/conda_patches/.*patch$"