mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
9 lines
154 B
TOML
9 lines
154 B
TOML
[tool.ruff]
|
|
select = ["ALL"]
|
|
ignore = [
|
|
"S101", # assert-used
|
|
"PLR2004", # magic-value-comparison
|
|
]
|
|
|
|
[tool.ruff.pydocstyle]
|
|
convention = "pep257"
|