Spaces:
Running
Running
| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310"] | |
| [tool.isort] | |
| profile = "black" | |
| line_length = 100 | |
| [tool.ruff] | |
| line-length = 100 | |
| target-version = "py310" | |
| [tool.ruff.lint] | |
| select = ["E", "F", "I", "UP", "B", "ASYNC"] | |
| ignore = ["E501"] | |
| [tool.pytest.ini_options] | |
| asyncio_mode = "auto" | |
| testpaths = ["tests"] | |