ruff/scripts/pyproject.toml
2023-01-20 08:09:54 -05:00

9 lines
154 B
TOML

[tool.ruff]
select = ["ALL"]
ignore = [
"S101", # assert-used
"PLR2004", # magic-value-comparison
]
[tool.ruff.pydocstyle]
convention = "pep257"