Skip to content

Commit 74035d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.4...v0.7.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
1 parent 23bfa7f commit 74035d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -23,11 +23,11 @@ repos:
2323
- id: python-use-type-annotations
2424
- id: text-unicode-replacement-char
2525
- repo: https://github.com/aio-libs/sort-all
26-
rev: v1.2.0
26+
rev: v1.3.0
2727
hooks:
2828
- id: sort-all
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.6.4
30+
rev: v0.7.2
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format
@@ -36,11 +36,11 @@ repos:
3636
hooks:
3737
- id: refurb
3838
- repo: https://github.com/kynan/nbstripout
39-
rev: 0.7.1
39+
rev: 0.8.0
4040
hooks:
4141
- id: nbstripout
4242
- repo: https://github.com/executablebooks/mdformat
43-
rev: 0.7.17
43+
rev: 0.7.18
4444
hooks:
4545
- id: mdformat
4646
additional_dependencies: [
@@ -51,7 +51,7 @@ repos:
5151
args: [--wrap, "88"]
5252
files: (docs/.)
5353
- repo: https://github.com/executablebooks/mdformat
54-
rev: 0.7.17
54+
rev: 0.7.18
5555
hooks:
5656
- id: mdformat
5757
additional_dependencies: [

0 commit comments

Comments
 (0)