Skip to content

Commit c141f98

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
1 parent f5c54e4 commit c141f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: check-toml
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.7.1
15+
rev: v0.7.2
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: ["black==24.10.0"]
2828
- id: blackdoc-autoupdate-black
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.7.1
30+
rev: 0.8.0
3131
hooks:
3232
- id: nbstripout
3333
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

0 commit comments

Comments
 (0)