Add pre-commit hook for tox-ini-fmt

Format tox.ini automatically with a pre-commit hook
This commit is contained in:
wwuck 2021-07-03 02:00:17 +10:00
parent 68294256a1
commit e5af36958b
2 changed files with 22 additions and 5 deletions

View file

@ -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