diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb01e3c..5797908 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -12,6 +12,6 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.10.0 hooks: - id: black