Skip to content

Commit 0de6059

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.1...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 7faed13 commit 0de6059

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.11.0"
3+
rev: "v2.11.1"
44
hooks:
55
- id: pyproject-fmt
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.1
8+
rev: v0.14.9
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.18.2'
15+
rev: 'v1.19.1'
1616
hooks:
1717
- id: mypy
1818
args: []

0 commit comments

Comments
 (0)