Skip to content

Commit e6fd42d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.2...v0.8.6) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent ed41f9a commit e6fd42d

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.4.2
3+
rev: v0.8.6
44
hooks:
55
- id: ruff
66
args: [--fix]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.4.2
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212
language_version: python3.12
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.10.0
15+
rev: v1.14.1
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:
@@ -26,7 +26,7 @@ repos:
2626
- id: prettier
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: end-of-file-fixer
3232
- id: trailing-whitespace

0 commit comments

Comments
 (0)