js-beautify/python/pyproject.toml
2022-03-29 00:24:35 -07:00

18 lines
218 B
TOML

[tool.black]
target-version = ['py33', 'py36', 'py37', 'py38']
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| tests/generated
)/
'''