summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 16:47:18 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 14:33:41 +0200
commit13405cf0ecd61347011d6e7d9297b6b06ce2a571 (patch)
tree8e133efa1880773c96f7149a3a24e253dc9fb9f8 /.pre-commit-config.yaml
parentfcbf3c923136ef25d01ec45cd550d93f319b04db (diff)
downloadastroid-git-13405cf0ecd61347011d6e7d9297b6b06ce2a571.tar.gz
Move information to setup.py from __pgkinfo__
Move packaging information from setup.py to setup.cfg
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d62b4c3f..ad9baaf9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,6 +19,10 @@ repos:
rev: 1.0.0
hooks:
- id: black-disable-checker
+ - repo: https://github.com/asottile/setup-cfg-fmt
+ rev: v1.17.0
+ hooks:
+ - id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
hooks: