mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Add scripts/pyproject.toml to use ruff for ruff :)
This commit is contained in:
parent
ff6defc988
commit
f012877be1
1 changed files with 8 additions and 0 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue