podman/pyproject.toml

16 lines
169 B
TOML

[tool.black]
line-length = 100
target-version = ['py36']
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.tox
| \.venv
| build
| dist
| docs
| hack
)/
'''