Skip to content

Commit 4c3dbf4

Browse files
[pre-commit.ci] pre-commit autoupdate (#568)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.2...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 7556622 commit 4c3dbf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.7.2
12+
rev: v0.7.4
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: markdownlint-fix
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.0
24+
rev: 0.8.1
2525
hooks:
2626
- id: nbstripout
2727
files: ".ipynb"

0 commit comments

Comments
 (0)