diff --git a/ruff.toml b/ruff.toml index 4455d83..9c27f49 100644 --- a/ruff.toml +++ b/ruff.toml @@ -24,5 +24,7 @@ ignore = [ 'PLR0913', # too-many-arguments 'PLR0915', # too-many-statements 'PLR2004', # magic-value-comparison + 'S603', # subprocess-without-shell-equals-true + 'S607', # start-process-with-partial-path ] target-version = 'py38'