16 lines
279 B
TOML
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"
|