We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dac9a commit 96854b5Copy full SHA for 96854b5
.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']
@@ -25,7 +25,7 @@ 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.4
+ rev: v0.8.0
29
30
- id: ruff
31
- id: ruff-format
@@ -34,7 +34,7 @@ repos:
34
35
- id: refurb
36
- repo: https://github.com/executablebooks/mdformat
37
- rev: 0.7.17
+ rev: 0.7.19
38
39
- id: mdformat
40
additional_dependencies: [
@@ -43,7 +43,7 @@ repos:
43
]
44
args: [--wrap, "88"]
45
- repo: https://github.com/codespell-project/codespell
46
- rev: v2.2.6
+ rev: v2.3.0
47
48
- id: codespell
49
- repo: meta
0 commit comments