mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
10 lines
154 B
TOML
10 lines
154 B
TOML
[tool.ruff]
|
|
select = ["ALL"]
|
|
ignore = [
|
|
"S101", # assert-used
|
|
"PLR2004", # magic-value-comparison
|
|
]
|
|
|
|
[tool.ruff.pydocstyle]
|
|
convention = "pep257"
|