File size: 161 Bytes
61517de
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
[tool.black]
line-length = 176
target-version = ['py37']
include = '\.pyi?$'
extend-exclude = '.+/(dist|.venv|venv|build|lib)/.+'

[tool.isort]
profile = "black"