remove ruff config in pyproject.toml, use ruff.toml
This commit is contained in:
parent
7e70257a28
commit
5ae0842942
1 changed files with 0 additions and 10 deletions
|
|
@ -41,16 +41,6 @@ classifiers = [
|
|||
]
|
||||
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]
|
||||
packages = ["adafruit_portalbase"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue