This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues/pull-requests.
frank/pyproject.toml

17 lines
168 B
TOML
Raw Normal View History

2020-09-04 11:12:22 +02:00
[tool.black]
2020-09-15 15:13:22 +02:00
line-length = 79
2020-09-04 11:12:22 +02:00
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs
| \.git
| venv
| build
| dist
)/
)
'''