diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 859cb3ac5..e6d2f5780 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: exclude: zmq/tests/test_imports.py - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 exclude: ^buildutils/templates/ @@ -67,7 +67,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black # don't run black twice on constants.py