17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
|
[tool.black]
|
||
|
line-length = 120
|
||
|
target_version = ['py36', 'py37', 'py38']
|
||
|
exclude = '''
|
||
|
(
|
||
|
/(
|
||
|
| \.git
|
||
|
| \.venv
|
||
|
| \.mypy_cache
|
||
|
)/
|
||
|
)
|
||
|
'''
|
||
|
|
||
|
[tool.isort]
|
||
|
line_length = 120
|
||
|
profile = "black"
|