Skip to content

Commit 3b405e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.1](tox-dev/pyproject-fmt@v2.16.2...v2.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.2...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1)
1 parent 77db208 commit 3b405e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/tox-dev/pyproject-fmt
3-
rev: "v2.16.2"
3+
rev: "v2.21.1"
44
hooks:
55
- id: pyproject-fmt
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.15.2
8+
rev: v0.15.10
99
hooks:
1010
- id: ruff-check
1111
args: [--fix]
1212
- id: ruff-format
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v1.19.1'
15+
rev: 'v1.20.1'
1616
hooks:
1717
- id: mypy
1818
args: []

0 commit comments

Comments
 (0)