diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa6e4e1..21e6b87 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.6.0 + rev: v5.0.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: 24.8.0 + rev: 24.10.0 hooks: - id: black