diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66ba08c..126d4f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,12 +36,12 @@ repos: - id: "black" - repo: "https://github.com/pycqa/isort" - rev: "6.0.0" + rev: "6.0.1" hooks: - id: "isort" - repo: "https://github.com/pycqa/flake8" - rev: "7.1.1" + rev: "7.2.0" hooks: - id: "flake8" additional_dependencies: