Skip to content

Commit f784a44

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.1...v0.6.9) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
1 parent 8db4238 commit f784a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: quarterly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: no-commit-to-branch
1616
args: [--branch=main]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.1
18+
rev: v0.6.9
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
@@ -24,11 +24,11 @@ repos:
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 24.8.0
27+
rev: 24.10.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.11.1
31+
rev: v1.11.2
3232
hooks:
3333
- id: mypy
3434
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)