kopia lustrzana https://github.com/mediacms-io/mediacms
18 wiersze
310 B
TOML
18 wiersze
310 B
TOML
[tool.black]
|
|
line-length = 200
|
|
target-version = ['py36', 'py37', 'py38']
|
|
skip-string-normalization = true
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
/(
|
|
\.*
|
|
| \.git
|
|
| \.mypy_cache
|
|
| \.venv
|
|
# The following are specific to Black, you probably don't want those.
|
|
| blib2to3
|
|
| tests/data
|
|
| profiling
|
|
)/
|
|
'''
|