Switch to setup.cfg due to deprecation of setup.py

This commit is contained in:
Peter Pfeufer
2022-03-09 09:50:40 +00:00
committed by Ariel Rin
parent c377bcec5f
commit 6846bb7cdc
6 changed files with 93 additions and 93 deletions

View File

@@ -28,7 +28,12 @@ repos:
exclude: ^(LICENSE|allianceauth\/static\/css\/themes\/bootstrap-locals.less|allianceauth\/eveonline\/swagger.json|(.*.po)|(.*.mo))
- repo: https://github.com/asottile/pyupgrade
rev: v2.30.0
rev: v2.31.0
hooks:
- id: pyupgrade
args: [ --py38-plus ]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
hooks:
- id: setup-cfg-fmt