remove ruff config in pyproject.toml, use ruff.toml

This commit is contained in:
foamyguy 2024-07-29 11:08:54 -05:00
parent 7e70257a28
commit 5ae0842942

View file

@ -41,16 +41,6 @@ classifiers = [
] ]
dynamic = ["dependencies", "optional-dependencies"] dynamic = ["dependencies", "optional-dependencies"]
[tool.ruff]
target-version = "py38"
[tool.ruff.lint]
select = ["I", "PL", "UP"]
ignore = ["PLR2004", "UP030"]
[tool.ruff.format]
line-ending = "lf"
[tool.setuptools] [tool.setuptools]
packages = ["adafruit_portalbase"] packages = ["adafruit_portalbase"]