Create a pyproject config
This commit is contained in:
parent
e6e304df2f
commit
036465a50b
1 changed files with 10 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[tool.ruff]
|
||||||
|
src = [
|
||||||
|
"projects/*/src",
|
||||||
|
"projects/*/test",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
|
extend-select = [
|
||||||
|
"I001",
|
||||||
|
]
|
Loading…
Reference in a new issue