diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 332a1e75a..6ed97308d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -default_stages: [commit] +default_stages: [Nonepre-commitNone] # Enable this to enforce a common Python version: default_language_version: python: python3.11 @@ -55,7 +55,7 @@ repos: - id: pyupgrade args: ['--keep-runtime-typing', '--py311-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -73,7 +73,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/fredrikaverpil/creosote - rev: v3.0.2 + rev: v3.1.0 hooks: - id: creosote - repo: https://github.com/shellcheck-py/shellcheck-py @@ -83,7 +83,7 @@ repos: args: - --external-sources - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast