mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Adapt to ruff v0.3.0
This commit is contained in:
parent
bece9eec55
commit
3420b64469
@ -61,7 +61,6 @@ ignore = [
|
||||
'S404', # useless, triggers on *all* subprocess imports
|
||||
'S403', # there's already a warning on using pickle, no need to have one for the import
|
||||
'S405', # we don't use lxml in unsafe ways
|
||||
'S410', # we don't use lxml in unsafe ways
|
||||
'S603', # useless, triggers on *all* subprocess calls: https://github.com/astral-sh/ruff/issues/4045
|
||||
'S607', # we trust the PATH to be sane
|
||||
'B011', # we don't run python with `-O` (also see S101)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user