We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f9bfc commit 5801fdfCopy full SHA for 5801fdf
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=25']
@@ -23,7 +23,7 @@ repos:
23
- id: python-use-type-annotations
24
- id: text-unicode-replacement-char
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.3.4
+ rev: v0.9.1
27
28
- id: ruff
29
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
32
33
- id: refurb
34
- repo: https://github.com/executablebooks/mdformat
35
- rev: 0.7.17
+ rev: 0.7.21
36
37
- id: mdformat
38
additional_dependencies: [
@@ -52,7 +52,7 @@ repos:
52
# ]
53
# args: [--wrap, "88"]
54
- repo: https://github.com/codespell-project/codespell
55
- rev: v2.2.6
+ rev: v2.3.0
56
57
- id: codespell
58
# - repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments