We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90536cf commit 36ee149Copy full SHA for 36ee149
.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']
@@ -26,7 +26,7 @@ repos:
26
- id: python-use-type-annotations
27
- id: text-unicode-replacement-char
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.4.1
+ rev: v0.7.0
30
31
- id: ruff
32
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
35
36
- id: refurb
37
- repo: https://github.com/executablebooks/mdformat
38
- rev: 0.7.17
+ rev: 0.7.18
39
40
- id: mdformat
41
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
44
]
45
args: [--wrap, "88"]
46
- repo: https://github.com/codespell-project/codespell
47
- rev: v2.2.6
+ rev: v2.3.0
48
49
- id: codespell
50
args: [-L als, -L falsy]
0 commit comments