diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba14650f4b..cf467ac34a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: ) - repo: https://github.com/psf/black - rev: 24.2.0 # If version changes --> modify "blacken-docs" manually as well. + rev: 24.3.0 # If version changes --> modify "blacken-docs" manually as well. hooks: - id: black args: @@ -36,7 +36,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==24.2.0] + additional_dependencies: [black==24.3.0] - repo: https://github.com/PyCQA/flake8 rev: 7.0.0