Skip to content

Commit 8a96256

Browse files
maurycyhugovk
andauthored
Update .pre-commit-config.yaml
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 46191ae commit 8a96256

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@ repos:
66
name: Run Ruff (lint)
77
args: [--exit-non-zero-on-fix]
88
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+
hooks:
19+
- id: validate-pyproject
20+
exclude: ^pyperformance/data-files/
21+

0 commit comments

Comments
 (0)