You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.black]
- line-length = 176
- target-version = ['py37']
- include = '\.pyi?$'
- extend-exclude = '.+/(dist|.venv|venv|build|lib)/.+'
-
- [tool.isort]
- profile = "black"
|