1
0
Fork 0
mirror of synced 2024-05-23 05:52:53 +12:00
Rare/pyproject.toml
loathingKernel 659c015032 Meta: Add pyproject.toml for black
Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2022-05-05 13:27:39 +03:00

12 lines
170 B
TOML

[tool.black]
line-length = 110
target-version = ['py39', 'py310']
include = '\.py$'
force-exclude = '''
/(
| rare/ui
| rare/legendary
| rare/resources
)/
'''