We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195b13 commit d05ba2cCopy full SHA for d05ba2c
.pre-commit-config.yaml
@@ -1,8 +1,13 @@
1
-- repo: https://github.com/astral-sh/ruff-pre-commit
2
- # ruff version
3
- rev: v0.6.2
4
- hooks:
5
- # run the linter
6
- - id: ruff
7
- # run the formatter
8
- - id: ruff-format
+repos:
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ # ruff version
+ rev: v0.6.2
+ hooks:
+ # run the linter
+ - id: ruff
+ # run the formatter
9
+ - id: ruff-format
10
+ - repo: https://github.com/abravalheri/validate-pyproject
11
+ rev: v0.10.1
12
13
+ - id: validate-pyproject
0 commit comments