dissertation/pyproject.toml
2024-12-28 10:18:46 +00:00

10 lines
157 B
TOML

[tool.ruff]
line-length = 88
[tool.pyright]
typeCheckingMode = "strict"
reportMissingTypeStubs = "warning"
[tool.pytest.ini_options]
python_files = "*.py"