dissertation/pyproject.toml
2025-01-23 11:13:17 +00:00

16 lines
279 B
TOML

[tool.ruff]
line-length = 88
[tool.ruff.lint]
extend-select = ["I", "E", "W", "F", "B", "Q", "ANN"]
[tool.ruff.lint.pycodestyle]
max-doc-length = 88
[tool.pyright]
typeCheckingMode = "strict"
reportMissingTypeStubs = "warning"
[tool.pytest.ini_options]
python_files = "*.py"