Skip to content

Commit 9fb9586

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.2...v0.11.4) - [github.com/RobertCraigie/pyright-python: v1.1.392.post0 → v1.1.398](RobertCraigie/pyright-python@v1.1.392.post0...v1.1.398)
1 parent a400877 commit 9fb9586

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
@@ -10,13 +10,13 @@ repos:
1010
- id: check-toml
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.2
13+
rev: v0.11.4
1414
hooks:
1515
- id: ruff
1616
args: [ --fix, --exit-non-zero-on-fix ]
1717
- id: ruff-format
1818
- repo: https://github.com/RobertCraigie/pyright-python
19-
rev: v1.1.392.post0
19+
rev: v1.1.398
2020
hooks:
2121
- id: pyright
2222
additional_dependencies:

0 commit comments

Comments
 (0)