diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e66362e..a245f59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: ["-l", "119", "-t", "py39"]