diff --git a/pyproject.toml b/pyproject.toml index 32f2641..cf2bc41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,8 @@ test = [ vdirsyncer = "vdirsyncer.cli:app" [tool.lint.ruff] -select = [ +extend-select = [ "E", - "F", "W", "B0", "I",