mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
ruff: use extend-select
Ensure that we don't disable any default rules.
This commit is contained in:
parent
96754a3d0a
commit
8803d5a086
1 changed files with 1 additions and 2 deletions
|
|
@ -58,9 +58,8 @@ test = [
|
|||
vdirsyncer = "vdirsyncer.cli:app"
|
||||
|
||||
[tool.lint.ruff]
|
||||
select = [
|
||||
extend-select = [
|
||||
"E",
|
||||
"F",
|
||||
"W",
|
||||
"B0",
|
||||
"I",
|
||||
|
|
|
|||
Loading…
Reference in a new issue