Skip to content

Commit af726f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#308)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) - [github.com/RobertCraigie/pyright-python: v1.1.385 → v1.1.386](RobertCraigie/pyright-python@v1.1.385...v1.1.386) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4245668 commit af726f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.7.0
11+
rev: v0.7.1
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
@@ -25,7 +25,7 @@ repos:
2525
- id: autoflake
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.18.0
28+
rev: v3.19.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
@@ -37,14 +37,14 @@ repos:
3737
- id: isort
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.12.1
40+
rev: v1.13.0
4141
hooks:
4242
- id: mypy
4343
# uses py311 syntax, mypy configured for py39
4444
exclude: tests/eval_files/.*_py311.py
4545

4646
- repo: https://github.com/RobertCraigie/pyright-python
47-
rev: v1.1.385
47+
rev: v1.1.386
4848
hooks:
4949
- id: pyright
5050
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)