Skip to content

Commit 01becc0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.4](astral-sh/ruff-pre-commit@v0.6.9...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.14.1](pre-commit/mirrors-mypy@v1.12.0...v1.14.1)
1 parent d4523d3 commit 01becc0

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
@@ -3,7 +3,7 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.18.0
6+
rev: v3.19.1
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
@@ -14,14 +14,14 @@ repos:
1414
- id: fix-future-annotations
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.9
17+
rev: v0.9.4
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.12.0
24+
rev: v1.14.1
2525
hooks:
2626
- id: mypy
2727
args: [--ignore-missing-imports, --strict]

0 commit comments

Comments
 (0)