We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3025885 commit ec53e00Copy full SHA for ec53e00
.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=100']
@@ -18,7 +18,7 @@ repos:
18
- id: python-use-type-annotations
19
- id: text-unicode-replacement-char
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.4.2
+ rev: v0.11.0
22
23
- id: ruff
24
- id: ruff-format
@@ -27,7 +27,7 @@ repos:
27
28
- id: refurb
29
- repo: https://github.com/executablebooks/mdformat
30
- rev: 0.7.17
+ rev: 0.7.22
31
32
- id: mdformat
33
additional_dependencies: [
@@ -36,7 +36,7 @@ repos:
36
]
37
args: [--wrap, "88"]
38
- repo: https://github.com/codespell-project/codespell
39
- rev: v2.2.6
+ rev: v2.4.1
40
41
- id: codespell
42
- repo: meta
0 commit comments