Skip to content

Commit 3241892

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.4.4...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0)
1 parent e3cfb85 commit 3241892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 6.0.0
44
hooks:
55
- id: isort
66
language_version: python
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.6
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.15.0
1818
hooks:
1919
- id: mypy
2020
language_version: python

0 commit comments

Comments
 (0)