diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e71da1a..db0bbb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ ci: autoupdate_schedule: quarterly -default_stages: [commit] +default_stages: [Nonepre-commitNone] default_install_hook_types: [pre-commit, commit-msg] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.9 hooks: - id: ruff args: [--fix, --ignore, D] @@ -19,7 +19,7 @@ repos: - id: format-ipy-cells - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-symlinks @@ -33,7 +33,7 @@ repos: rev: v2.3.0 hooks: - id: codespell - stages: [commit, commit-msg] + stages: [Nonepre-commitNone, commit-msg] exclude_types: [json, csv] args: - --ignore-words-list