Red-DiscordBot/pyproject.toml
2020-03-28 02:46:15 +01:00

19 lines
297 B
TOML

[tool.black]
line-length = 99
target-version = ['py38']
include = '\.py$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''