We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e0553 commit f810750Copy full SHA for f810750
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.6.3
+ rev: v0.12.10
4
hooks:
5
- - id: ruff
+ - id: ruff-check
6
- id: ruff-format
7
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v6.0.0
10
11
- id: check-builtin-literals
12
- id: check-added-large-files
@@ -19,6 +19,6 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/abravalheri/validate-pyproject
22
- rev: v0.19
+ rev: v0.24.1
23
24
- id: validate-pyproject
0 commit comments