electionguard-python/pyproject.toml

20 строки
316 B
TOML
Исходник Обычный вид История

[tool.black]
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.github
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| \.vscode
| build
| dist
| stubs
)/
)
'''