Skip to content

Commit

Permalink
remove ruff config in pyproject.toml, use ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Jul 29, 2024
1 parent 7e70257 commit 5ae0842
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 5ae0842

Please sign in to comment.