Spaces:
Sleeping
Sleeping
| [tool.black] | |
| line-length = 79 | |
| include = '\.pyi?$' | |
| exclude = ''' | |
| /( | |
| \.git | |
| | \.idea | |
| | \.pytest_cache | |
| | \.tox | |
| | \.venv | |
| | _build | |
| | buck-out | |
| | build | |
| | dist | |
| )/ | |
| ''' | |
| [tool.isort] | |
| profile = "black" | |
| force_grid_wrap=2 | |
| multi_line_output=3 | |