Skip to content

Commit 60d3fcc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.1...v0.8.2) - [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.390](RobertCraigie/pyright-python@v1.1.389...v1.1.390)
1 parent dd684fb commit 60d3fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.1
12+
rev: v0.8.2
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -45,7 +45,7 @@ repos:
4545
exclude: tests/eval_files/.*_py311.py
4646

4747
- repo: https://github.com/RobertCraigie/pyright-python
48-
rev: v1.1.389
48+
rev: v1.1.390
4949
hooks:
5050
- id: pyright
5151
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)