Skip to content

Commit b94c04c

Browse files
[pre-commit.ci] pre-commit autoupdate (#305)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1) - [github.com/RobertCraigie/pyright-python: v1.1.384 → v1.1.385](RobertCraigie/pyright-python@v1.1.384...v1.1.385) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 051204c commit b94c04c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.6.9
11+
rev: v0.7.0
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
@@ -37,14 +37,14 @@ repos:
3737
- id: isort
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.11.2
40+
rev: v1.12.1
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.384
47+
rev: v1.1.385
4848
hooks:
4949
- id: pyright
5050
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)