Spaces:
Sleeping
Sleeping
| # pyproject.toml | |
| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310"] | |
| [tool.isort] | |
| profile = "black" | |
| [tool.pytest.ini_options] | |
| addopts = "-q" | |
| # pyproject.toml | |
| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310"] | |
| [tool.isort] | |
| profile = "black" | |
| [tool.pytest.ini_options] | |
| addopts = "-q" | |