diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2346c343..fa97a43c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: additional_dependencies: [black==23.12.1] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort args: [ @@ -22,7 +22,7 @@ repos: ] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8