mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Add pre-commit hook for tox-ini-fmt
Format tox.ini automatically with a pre-commit hook
This commit is contained in:
parent
68294256a1
commit
e5af36958b
2 changed files with 22 additions and 5 deletions
|
|
@ -53,3 +53,7 @@ repos:
|
|||
hooks:
|
||||
- id: check-hooks-apply
|
||||
- id: check-useless-excludes
|
||||
- repo: https://github.com/tox-dev/tox-ini-fmt
|
||||
rev: 0.5.1
|
||||
hooks:
|
||||
- id: tox-ini-fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue