toml
This commit is contained in:
parent
e2c8afdfb9
commit
1062eb3541
|
|
@ -0,0 +1,15 @@
|
||||||
|
[tool.black]
|
||||||
|
line-length = 80
|
||||||
|
target-version = ['py38']
|
||||||
|
exclude = '''
|
||||||
|
|
||||||
|
(
|
||||||
|
/(
|
||||||
|
\.eggs # exclude a few common directories in the
|
||||||
|
| \.git # root of the project
|
||||||
|
| \.mypy_cache
|
||||||
|
| \.tox
|
||||||
|
| \.venv
|
||||||
|
)/
|
||||||
|
)
|
||||||
|
'''
|
||||||
Loading…
Reference in New Issue