We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7455c0 commit 24bdd8bCopy full SHA for 24bdd8b
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ autoupdate_schedule: quarterly
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v4.6.0
@@ -13,7 +16,7 @@ repos:
13
16
- id: no-commit-to-branch
14
17
args: [--branch=main]
15
18
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.3.5
19
+ rev: v0.4.9
20
hooks:
21
- id: ruff
22
args: [--fix]
@@ -22,15 +25,15 @@ repos:
25
23
26
- id: isort
24
27
- repo: https://github.com/psf/black
- rev: 24.3.0
28
+ rev: 24.4.2
29
30
- id: black
31
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.9.0
32
+ rev: v1.10.0
33
34
- id: mypy
35
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.6
36
+ rev: v2.3.0
37
38
- id: codespell
39
additional_dependencies:
0 commit comments