Skip to content

Commit 5fce59c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7) - [github.com/fsouza/mirrors-pyright: v1.1.403 → v1.1.275](fsouza/mirrors-pyright@v1.1.403...v1.1.275)
1 parent a489091 commit 5fce59c

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,13 +8,13 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.12.5
11+
rev: v0.12.7
1212
hooks:
1313
- id: ruff-check
1414
args: [--fix] # optional, to autofix lint errors
1515
- id: ruff-format
1616
- repo: https://github.com/fsouza/mirrors-pyright
17-
rev: v1.1.403
17+
rev: v1.1.275
1818
hooks:
1919
- id: pyright
2020
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)