Skip to content

Commit 24bdd8b

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.9](astral-sh/ruff-pre-commit@v0.3.5...v0.4.9) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * autoupdate pre-commit quarterly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: niklasmueboe <[email protected]>
1 parent c7455c0 commit 24bdd8b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: .pre-commit-config.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_schedule: quarterly
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v4.6.0
@@ -13,7 +16,7 @@ repos:
1316
- id: no-commit-to-branch
1417
args: [--branch=main]
1518
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.3.5
19+
rev: v0.4.9
1720
hooks:
1821
- id: ruff
1922
args: [--fix]
@@ -22,15 +25,15 @@ repos:
2225
hooks:
2326
- id: isort
2427
- repo: https://github.com/psf/black
25-
rev: 24.3.0
28+
rev: 24.4.2
2629
hooks:
2730
- id: black
2831
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.9.0
32+
rev: v1.10.0
3033
hooks:
3134
- id: mypy
3235
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.6
36+
rev: v2.3.0
3437
hooks:
3538
- id: codespell
3639
additional_dependencies:

0 commit comments

Comments
 (0)