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 371344d commit a6ba415Copy full SHA for a6ba415
.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.1
+ rev: v0.6.9
29
30
- id: ruff
31
- id: ruff-format
@@ -40,7 +40,7 @@ repos:
40
args: [--wrap, "88"]
41
files: (README\.md)
42
- repo: https://github.com/codespell-project/codespell
43
- rev: v2.2.6
+ rev: v2.3.0
44
45
- id: codespell
46
- repo: meta
0 commit comments