use setup-cfg-fmt

This commit is contained in:
Anthony Sottile 2023-07-29 14:39:06 -04:00
parent f2641954c4
commit 5233d88069
2 changed files with 7 additions and 8 deletions

View file

@ -7,6 +7,10 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^tests/fixtures/
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks: