Skip to content

Commit c7a6802

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.8](astral-sh/ruff-pre-commit@v0.12.4...v0.14.8) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent a52bd94 commit c7a6802

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -23,16 +23,16 @@ repos:
2323
- id: python-use-type-annotations
2424
- id: text-unicode-replacement-char
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.12.4
26+
rev: v0.14.8
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format
3030
- repo: https://github.com/kynan/nbstripout
31-
rev: 0.8.1
31+
rev: 0.8.2
3232
hooks:
3333
- id: nbstripout
3434
- repo: https://github.com/executablebooks/mdformat
35-
rev: 0.7.22
35+
rev: 1.0.0
3636
hooks:
3737
- id: mdformat
3838
additional_dependencies: [
@@ -43,7 +43,7 @@ repos:
4343
args: [--wrap, "88"]
4444
files: (docs/.)
4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.22
46+
rev: 1.0.0
4747
hooks:
4848
- id: mdformat
4949
additional_dependencies: [

0 commit comments

Comments
 (0)