Enable ALL Ruff rules set by default (#2775)

* style: use Ruff default linter rules

* ci: check linter files over changed ones
This commit is contained in:
Lucas Gomide
2025-05-12 09:10:31 -03:00
committed by GitHub
parent cb1a98cabf
commit 8663c7e1c2
2 changed files with 21 additions and 9 deletions

View File

@@ -2,8 +2,3 @@ exclude = [
"templates",
"__init__.py",
]
[lint]
select = [
"I", # isort rules
]