diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 182e3fe1..8b121a13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: # Format Python files - id: black @@ -53,7 +53,7 @@ repos: - id: black-jupyter - repo: https://github.com/fsfe/reuse-tool - rev: v2.1.0 + rev: v3.0.1 hooks: - id: reuse