diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e90d25c..fa6e4e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # Out-of-the-box hooks from the pre-commit org - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,6 +16,6 @@ repos: - id: check-added-large-files # Code formatting with black - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 24.8.0 hooks: - id: black