diff --git a/pyproject.toml b/pyproject.toml index 731228b..885661c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]