Skip to content

Commit 00c1e46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.4.4...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1)
1 parent 3ca8488 commit 00c1e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
args: ["-m", "3","--trailing-comma", "-l", "88"]
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.4
10+
rev: v0.9.2
1111
hooks:
1212
- id: ruff
1313
args: ["--fix"]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.10.0
17+
rev: v1.14.1
1818
hooks:
1919
- id: mypy
2020
language_version: python

0 commit comments

Comments
 (0)