From 0f91db53a78c2a235c32ba461435f73b5852a67e Mon Sep 17 00:00:00 2001 From: Lukas Plank Date: Sat, 3 Aug 2024 10:43:23 +0200 Subject: [PATCH] ci: Remove Ruff F401 exclusion F401 is useful check and should be included in Ruff linting. Closes #34. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 222d668..7294d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,6 @@ hypothesis = "^6.108.4" requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - -[tool.ruff] -lint.ignore = ["F401"] - [tool.deptry.package_module_name_map] sparqlwrapper = "SPARQLWrapper"