Skip to content

Commit 55a2758

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent f79eda2 commit 55a2758

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ci:
22
autoupdate_schedule: quarterly
33

4-
default_stages: [commit]
4+
default_stages: [Nonepre-commitNone]
55

66
default_install_hook_types: [pre-commit, commit-msg]
77

@@ -11,7 +11,7 @@ exclude: ^(docs/.+|.*lock.*|jupyterlab-extension/.+|.*\.(svg|js|css))|_version.p
1111

1212
repos:
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.5.0
14+
rev: v0.6.9
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --ignore, D]
@@ -23,7 +23,7 @@ repos:
2323
# - id: mypy
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.6.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: check-case-conflict
2929
- id: check-symlinks
@@ -36,7 +36,7 @@ repos:
3636
rev: v2.3.0
3737
hooks:
3838
- id: codespell
39-
stages: [commit, commit-msg]
39+
stages: [Nonepre-commitNone, commit-msg]
4040
args: [--ignore-words-list, "nd,te,ois,dscribe", --check-filenames]
4141

4242
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)