We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371344d commit 5aab5d4Copy full SHA for 5aab5d4
.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']
@@ -25,12 +25,12 @@ repos:
25
- id: python-use-type-annotations
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.4.1
+ rev: v0.11.6
29
30
- id: ruff
31
- id: ruff-format
32
- repo: https://github.com/executablebooks/mdformat
33
- rev: 0.7.17
+ rev: 0.7.22
34
35
- id: mdformat
36
additional_dependencies: [
@@ -40,7 +40,7 @@ repos:
40
args: [--wrap, "88"]
41
files: (README\.md)
42
- repo: https://github.com/codespell-project/codespell
43
- rev: v2.2.6
+ rev: v2.4.1
44
45
- id: codespell
46
- repo: meta
0 commit comments