diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c838484ec..4117fbb15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -31,7 +31,7 @@ repos: - 'flake8-typing-as-t==0.0.3' - 'flake8-comprehensions==3.15.0' - repo: https://github.com/sirosen/slyp - rev: 0.6.1 + rev: 0.7.0 hooks: - id: slyp - repo: https://github.com/PyCQA/isort