Skip to content

Commit dff4ec0

Browse files
authored
Merge pull request #3 from HiDiHlabs/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8db4238 + f784a44 commit dff4ec0

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)