ruff: use extend-select

Ensure that we don't disable any default rules.
This commit is contained in:
Hugo Osvaldo Barrera 2025-08-28 11:40:46 +02:00
parent 96754a3d0a
commit 8803d5a086

View file

@ -58,9 +58,8 @@ test = [
vdirsyncer = "vdirsyncer.cli:app" vdirsyncer = "vdirsyncer.cli:app"
[tool.lint.ruff] [tool.lint.ruff]
select = [ extend-select = [
"E", "E",
"F",
"W", "W",
"B0", "B0",
"I", "I",