зеркало из https://github.com/mozilla/bedrock.git
13 строки
346 B
TOML
13 строки
346 B
TOML
[tool.black]
|
|
line-length = 150 # To match flake8
|
|
target-version = ['py37']
|
|
include = '\.pyi?$'
|
|
|
|
[tool.isort]
|
|
combine_as_imports = true
|
|
default_section = 'THIRDPARTY'
|
|
include_trailing_comma = true
|
|
known_django = 'django'
|
|
known_first_party = 'bedrock,lib,pages'
|
|
profile = 'black'
|
|
sections = 'FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER' |