diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f212e9..65e685e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: @@ -23,6 +23,6 @@ repos: args: ["--skip=*.svg"] exclude: 'paper/.*' - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8