diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21a55d3d..9bd98e4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: # Format Python files - id: black