mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-12-04 02:41:51 +00:00
18 lines
218 B
TOML
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
|
|
)/
|
|
'''
|