Skip to content

Commit 2cc06e5

Browse files
committed
update pre-commit hooks and ci
1 parent 7699225 commit 2cc06e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
autoupdate_schedule: quarterly
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v4.6.0
@@ -13,7 +15,7 @@ repos:
1315
- id: no-commit-to-branch
1416
args: [--branch=main]
1517
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.3.5
18+
rev: v0.6.1
1719
hooks:
1820
- id: ruff
1921
args: [--fix]
@@ -22,15 +24,15 @@ repos:
2224
hooks:
2325
- id: isort
2426
- repo: https://github.com/psf/black
25-
rev: 24.3.0
27+
rev: 24.8.0
2628
hooks:
2729
- id: black
2830
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.9.0
31+
rev: v1.11.1
3032
hooks:
3133
- id: mypy
3234
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.6
35+
rev: v2.3.0
3436
hooks:
3537
- id: codespell
3638
additional_dependencies:

0 commit comments

Comments
 (0)