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 fd38898 commit 60b9e1bCopy full SHA for 60b9e1b
.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,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.6.9
29
30
- id: ruff
31
- id: ruff-format
@@ -42,7 +42,7 @@ repos:
42
- mdformat-black
43
args: [--wrap, "88"]
44
- repo: https://github.com/codespell-project/codespell
45
- rev: v2.2.6
+ rev: v2.3.0
46
47
- id: codespell
48
- repo: meta
0 commit comments