Skip to content

Commit a2cc98d

Browse files
committed
⬆ Bump (pre-commit): Update ruff 0.7.1 and mypy 1.13.0
1 parent d2aec7a commit a2cc98d

File tree

3 files changed

+208
-206
lines changed

3 files changed

+208
-206
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ repos:
2121
args: [ --markdown-linebreak-ext=md ]
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.18.0
24+
rev: v3.19.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py3-plus
2929
- --keep-runtime-typing
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.9
32+
rev: v0.7.1
3333
hooks:
3434
# Run the linter.
3535
- id: ruff
@@ -51,14 +51,14 @@ repos:
5151
args: [ "--config", "pyproject.toml" ]
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.6.9
54+
rev: v0.7.1
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format
5858
args: [ "--config", "pyproject.toml" ]
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.12.0
61+
rev: v1.13.0
6262
hooks:
6363
- id: mypy
6464
args: [ "--config-file", "pyproject.toml" ]

0 commit comments

Comments
 (0)