diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 694e896..28a930d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ fail_fast: true -default_stages: [commit] +default_stages: [Nonepre-commitNone] exclude: '.git|.tox' 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: end-of-file-fixer @@ -16,7 +16,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.10.0 hooks: - id: black @@ -26,7 +26,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: