| [tool.ruff] | |
| line-length = 120 | |
| select = ["E", "F", "W", "I"] | |
| ignore = ["E501"] | |
| [tool.mypy] | |
| python_version = "3.11" | |
| ignore_missing_imports = true | |
| [tool.pytest.ini_options] | |
| minversion = "6.0" | |
| addopts = "-ra -q" | |
| testpaths = ["tests"] | |
| [tool.ruff] | |
| line-length = 120 | |
| select = ["E", "F", "W", "I"] | |
| ignore = ["E501"] | |
| [tool.mypy] | |
| python_version = "3.11" | |
| ignore_missing_imports = true | |
| [tool.pytest.ini_options] | |
| minversion = "6.0" | |
| addopts = "-ra -q" | |
| testpaths = ["tests"] | |