Skip to content

Commit 330519b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.0...v0.8.6) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 05b691b commit 330519b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.8.6
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
@@ -40,7 +40,7 @@ repos:
4040
args: [--ignore-words-list, "nd,te,ois,dscribe", --check-filenames]
4141

4242
- repo: https://github.com/kynan/nbstripout
43-
rev: 0.7.1
43+
rev: 0.8.1
4444
hooks:
4545
- id: nbstripout
4646
args: [--drop-empty-cells, --keep-output]

0 commit comments

Comments
 (0)