mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Use isort, run format on code
This commit is contained in:
parent
617bff3c82
commit
eafe390db4
38 changed files with 214 additions and 43 deletions
|
|
@ -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
|
||||
|
||||
)
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue