diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cd8da37e..e905ed900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -9,6 +9,6 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.1.0 hooks: - id: flake8