Skip to content

Commit 73507a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#803)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.1...v0.14.6) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2ff78c4 commit 73507a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1
12+
rev: v0.14.6
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.45.0
20+
rev: v0.46.0
2121
hooks:
2222
- id: markdownlint-fix
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.1
24+
rev: 0.8.2
2525
hooks:
2626
- id: nbstripout
2727
files: ".ipynb"

0 commit comments

Comments
 (0)