mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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"
|
vdirsyncer = "vdirsyncer.cli:app"
|
||||||
|
|
||||||
[tool.lint.ruff]
|
[tool.lint.ruff]
|
||||||
select = [
|
extend-select = [
|
||||||
"E",
|
"E",
|
||||||
"F",
|
|
||||||
"W",
|
"W",
|
||||||
"B0",
|
"B0",
|
||||||
"I",
|
"I",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue