diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ed02e5..9987484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ -default_stages: [commit] +default_stages: [pre-commit] exclude: ^(data|archive)/ repos: # ============== PRE-COMMIT HOOKS =============== - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ['--maxkb=5000'] # we need some data files and images in the repository @@ -16,7 +16,7 @@ repos: # ==================== BLACK ==================== - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: ["--line-length", "88"]