1
0
Fork 0
mirror of synced 2024-06-16 09:34:45 +12:00
Rare/pyproject.toml

12 lines
170 B
TOML
Raw Normal View History

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