Use isort, run format on code

This commit is contained in:
Griatch 2022-11-18 12:02:46 +01:00
parent 617bff3c82
commit eafe390db4
38 changed files with 214 additions and 43 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
[tool.black]
line-length = 100
target-version = ['py37', 'py38']
target-version = ['py39', 'py310', 'py311']
exclude = '''
(
@ -21,6 +21,7 @@ exclude = '''
| dist
)/
| migrations
| docs
)
'''