We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bfa7f commit de2ed84Copy full SHA for de2ed84
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=25']
@@ -27,7 +27,7 @@ repos:
27
28
- id: sort-all
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.6.4
+ rev: v0.7.1
31
32
- id: ruff
33
- id: ruff-format
@@ -40,7 +40,7 @@ repos:
40
41
- id: nbstripout
42
- repo: https://github.com/executablebooks/mdformat
43
- rev: 0.7.17
+ rev: 0.7.18
44
45
- id: mdformat
46
additional_dependencies: [
@@ -51,7 +51,7 @@ repos:
51
args: [--wrap, "88"]
52
files: (docs/.)
53
54
55
56
57
0 commit comments