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 391d05b commit df1e660Copy full SHA for df1e660
.pre-commit-config.yaml
@@ -1,3 +1,5 @@
1
+ci:
2
+ autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v4.6.0
@@ -34,17 +36,17 @@ repos:
34
36
- tomli
35
37
38
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.5.5
39
+ rev: v0.5.6
40
hooks:
41
- id: ruff
42
43
- repo: https://github.com/psf/black
- rev: 24.4.2
44
+ rev: 24.8.0
45
46
- id: black
47
48
- repo: https://github.com/tox-dev/pyproject-fmt
- rev: 2.1.4
49
+ rev: 2.2.1
50
51
- id: pyproject-fmt
52
0 commit comments