Skip to content

Commit 32ba3cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.6.8](astral-sh/ruff-pre-commit@v0.1.1...v0.6.8) - [github.com/tox-dev/pyproject-fmt: 1.2.0 → 2.2.4](tox-dev/pyproject-fmt@1.2.0...2.2.4) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.11.2](pre-commit/mirrors-mypy@v1.6.1...v1.11.2)
1 parent 66b7d0d commit 32ba3cb

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,23 +1,23 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.1.1
4+
rev: v0.6.8
55
hooks:
66
- id: ruff
77
- repo: https://github.com/tox-dev/pyproject-fmt
8-
rev: 1.2.0
8+
rev: 2.2.4
99
hooks:
1010
- id: pyproject-fmt
1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.12.0
12+
rev: v3.13.0
1313
hooks:
1414
- id: reorder-python-imports
1515
- repo: https://github.com/asottile/add-trailing-comma
1616
rev: v3.1.0
1717
hooks:
1818
- id: add-trailing-comma
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.6.1
20+
rev: v1.11.2
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)