Skip to content

Commit 5ae0842

Browse files
committed
remove ruff config in pyproject.toml, use ruff.toml
1 parent 7e70257 commit 5ae0842

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ classifiers = [
4141
]
4242
dynamic = ["dependencies", "optional-dependencies"]
4343

44-
[tool.ruff]
45-
target-version = "py38"
46-
47-
[tool.ruff.lint]
48-
select = ["I", "PL", "UP"]
49-
ignore = ["PLR2004", "UP030"]
50-
51-
[tool.ruff.format]
52-
line-ending = "lf"
53-
5444
[tool.setuptools]
5545
packages = ["adafruit_portalbase"]
5646

0 commit comments

Comments
 (0)