mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Add scripts/pyproject.toml to use ruff for ruff :)
This commit is contained in:
committed by
Charlie Marsh
parent
ff6defc988
commit
f012877be1
8
scripts/pyproject.toml
Normal file
8
scripts/pyproject.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[tool.ruff]
|
||||
select = ["ALL"]
|
||||
ignore = [
|
||||
"PLR2004", # magic-value-comparison
|
||||
]
|
||||
|
||||
[tool.ruff.pydocstyle]
|
||||
convention = "pep257"
|
||||
Reference in New Issue
Block a user