Skip to content

Commit 60c821e

Browse files
[pre-commit.ci] pre-commit autoupdate (#19)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4d6dd5f commit 60c821e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.3
15+
rev: v0.7.4
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.8.0
30+
rev: 0.8.1
3131
hooks:
3232
- id: nbstripout
3333
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

0 commit comments

Comments
 (0)