Skip to content

Commit

Permalink
pyproject checking
Browse files Browse the repository at this point in the history
  • Loading branch information
soratidus999 committed May 12, 2024
1 parent 6ff6736 commit 32156b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,21 @@ repos:
rev: v1.5.0
hooks:
- id: yesqa
# Infrastructure
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.7.0
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
description: "Format the pyproject.toml file."
args:
- --indent=4
additional_dependencies:
- tox==4.14.2 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
hooks:
- id: validate-pyproject
name: Validate pyproject.toml
description: "Validate the pyproject.toml file."

0 comments on commit 32156b0

Please sign in to comment.