Skip to content

Commit b32a38c

Browse files
[pre-commit.ci] pre-commit autoupdate (#465)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.18 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.18...v0.15.20) - [github.com/RobertCraigie/pyright-python: v1.1.410 → v1.1.411](RobertCraigie/pyright-python@v1.1.410...v1.1.411) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 59f6250 commit b32a38c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.15.18
12+
rev: v0.15.20
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -46,7 +46,7 @@ repos:
4646
exclude: tests/(eval|autofix)_files/.*_py311.py
4747

4848
- repo: https://github.com/RobertCraigie/pyright-python
49-
rev: v1.1.410
49+
rev: v1.1.411
5050
hooks:
5151
- id: pyright
5252
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)