We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9bfc commit 094fb15Copy full SHA for 094fb15
.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: v4.6.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.4.5
27
28
- id: ruff
29
- id: ruff-format
@@ -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