Create a pyproject config

This commit is contained in:
Reid D McKenzie 2025-02-16 01:49:44 -07:00
parent e6e304df2f
commit 036465a50b

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[tool.ruff]
src = [
"projects/*/src",
"projects/*/test",
]
[tool.ruff.lint]
extend-select = [
"I001",
]