10 lines
157 B
TOML
10 lines
157 B
TOML
[tool.ruff]
|
|
line-length = 88
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "strict"
|
|
reportMissingTypeStubs = "warning"
|
|
|
|
[tool.pytest.ini_options]
|
|
python_files = "*.py"
|