mirror of
https://github.com/pommi/python-itho-wpu.git
synced 2024-11-14 12:42:15 +01:00
10 lines
95 B
TOML
10 lines
95 B
TOML
|
[tool.black]
|
||
|
line-length = 99
|
||
|
include = '\.pyi?$'
|
||
|
exclude = '''
|
||
|
/(
|
||
|
\.git
|
||
|
| \.venv
|
||
|
)/
|
||
|
'''
|