diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 052d8f124..b0aea8ff5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: # Formatting with "black" coding style - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: # Format Python files - id: black