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 46191ae commit 8a96256Copy full SHA for 8a96256
.pre-commit-config.yaml
@@ -6,3 +6,16 @@ repos:
6
name: Run Ruff (lint)
7
args: [--exit-non-zero-on-fix]
8
exclude: ^pyperformance/data-files/
9
+
10
+ - repo: https://github.com/tox-dev/pyproject-fmt
11
+ rev: v2.6.0
12
+ hooks:
13
+ - id: pyproject-fmt
14
+ exclude: ^pyperformance/data-files/
15
16
+ - repo: https://github.com/abravalheri/validate-pyproject
17
+ rev: v0.24.1
18
19
+ - id: validate-pyproject
20
21
0 commit comments