Skip to content

Commit 01496fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.5...v0.12.8) - [github.com/fsouza/mirrors-pyright: v1.1.403 → v1.1.275](fsouza/mirrors-pyright@v1.1.403...v1.1.275)
1 parent a489091 commit 01496fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
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.8
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)