Fetching metadata from the HF Docker repository... infinity1096
initial commit
c8b42eb | [tool.black] |
| line-length = 120 |
| include = '\.pyi?$' |
| exclude = ''' |
| /( |
| \.git |
| | \.hg |
| | \.mypy_cache |
| | \.tox |
| | \.venv |
| | _build |
| | buck-out |
| | build |
| | cuda |
| | dist |
| )/ |
| ''' |
|
|
| [tool.isort] |
| profile = "black" |
| line_length = 120 |
|
|