Skip to content

Commit 7ac9fa8

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/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.6.9](astral-sh/ruff-pre-commit@v0.4.1...v0.6.9) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.2](pre-commit/mirrors-mypy@v1.9.0...v1.11.2)
1 parent 17770ce commit 7ac9fa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
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: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.4.0
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515

@@ -19,12 +19,12 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.4.1
22+
rev: v0.6.9
2323
hooks:
2424
- id: ruff
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.9.0
27+
rev: v1.11.2
2828
hooks:
2929
- id: mypy
3030
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)