Skip to content

Commit 6130ad5

Browse files
Add pyproject-fmt and validate-pyproject hooks (#858)
* Add pyproject-fmt and validate-pyproject hooks * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0336050 commit 6130ad5

2 files changed

Lines changed: 192 additions & 188 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ repos:
4747
- id: ruff-check
4848
# Run the formatter.
4949
- id: ruff-format
50+
51+
- repo: https://github.com/tox-dev/pyproject-fmt
52+
rev: v2.6.0
53+
hooks:
54+
- id: pyproject-fmt
55+
additional_dependencies: [tox]
56+
- repo: https://github.com/abravalheri/validate-pyproject
57+
rev: v0.24.1
58+
hooks:
59+
- id: validate-pyproject

0 commit comments

Comments
 (0)