Skip to content

Commit 70e9518

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 86c04e7 commit 70e9518

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.8.3"
3+
rev: "v0.8.4"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: rst-backticks
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.19.0
28+
rev: v3.19.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
@@ -43,7 +43,7 @@ repos:
4343
language: python
4444
additional_dependencies: [pygments, restructuredtext_lint]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.13.0
46+
rev: v1.14.0
4747
hooks:
4848
- id: mypy
4949
files: ^(src/|testing/)

0 commit comments

Comments
 (0)