Skip to content

Commit 410228a

Browse files
[pre-commit.ci] pre-commit autoupdate (#353)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](google/yamlfmt@v0.17.2...v0.21.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 09b391d commit 410228a

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
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212
args: [--maxkb=6000]
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.13.3
14+
rev: v0.14.10
1515
hooks:
1616
# Ruff fix
1717
- id: ruff
@@ -23,12 +23,12 @@ repos:
2323
types_or: [python, pyi]
2424
name: ruff (format)
2525
- repo: https://github.com/google/yamlfmt
26-
rev: v0.17.2
26+
rev: v0.21.0
2727
hooks:
2828
- id: yamlfmt
2929
name: YAML (format)
3030
types: [yaml]
3131
- repo: https://github.com/kynan/nbstripout
32-
rev: 0.8.1
32+
rev: 0.8.2
3333
hooks:
3434
- id: nbstripout

0 commit comments

Comments
 (0)