Skip to content

Commit 565a81d

Browse files
[pre-commit.ci] pre-commit autoupdate (#324)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4) - [github.com/RobertCraigie/pyright-python: v1.1.388 → v1.1.389](RobertCraigie/pyright-python@v1.1.388...v1.1.389) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 14d9906 commit 565a81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.3
11+
rev: v0.7.4
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
@@ -44,7 +44,7 @@ repos:
4444
exclude: tests/eval_files/.*_py311.py
4545

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

0 commit comments

Comments
 (0)