Skip to content

Commit 24e2362

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.3.6...v0.12.2) - [github.com/RobertCraigie/pyright-python: v1.1.358 → v1.1.402](RobertCraigie/pyright-python@v1.1.358...v1.1.402)
1 parent 9ed21c4 commit 24e2362

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,21 +2,21 @@
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: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-toml
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.3.6
13+
rev: v0.12.2
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.358
19+
rev: v1.1.402
2020
hooks:
2121
- id: pyright
2222
additional_dependencies:

0 commit comments

Comments
 (0)