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