Skip to content

Commit 97f4e17

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.14...v0.15.9) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 107c0ab commit 97f4e17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.14
12+
rev: v0.15.9
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
1818
args: [--fix]
1919
- repo: https://github.com/igorshubovych/markdownlint-cli
20-
rev: v0.47.0
20+
rev: v0.48.0
2121
hooks:
2222
- id: markdownlint-fix
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.9.0
24+
rev: 0.9.1
2525
hooks:
2626
- id: nbstripout
2727
files: ".ipynb"
@@ -36,7 +36,7 @@ repos:
3636
- id: pretty-format-toml
3737
args: [--autofix, --indent, "4", --no-sort]
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
39+
rev: v2.4.2
4040
hooks:
4141
- id: codespell
4242
args: [--ignore-words, .codespell_ignore.txt]

0 commit comments

Comments
 (0)