Skip to content

Commit e47c93c

Browse files
pre-commit autoupdate (#4353)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/RobertCraigie/pyright-python: v1.1.396 → v1.1.398](RobertCraigie/pyright-python@v1.1.396...v1.1.398) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8c82112 commit e47c93c

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.9
11+
rev: v0.11.4
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -65,6 +65,6 @@ repos:
6565
args: [--drop-empty-cells, --keep-output]
6666

6767
- repo: https://github.com/RobertCraigie/pyright-python
68-
rev: v1.1.396
68+
rev: v1.1.398
6969
hooks:
7070
- id: pyright

0 commit comments

Comments
 (0)