We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06594d + 533f03c commit 848054cCopy full SHA for 848054c
ruff.toml
@@ -24,5 +24,7 @@ ignore = [
24
'PLR0913', # too-many-arguments
25
'PLR0915', # too-many-statements
26
'PLR2004', # magic-value-comparison
27
+ 'S603', # subprocess-without-shell-equals-true
28
+ 'S607', # start-process-with-partial-path
29
]
30
target-version = 'py38'
0 commit comments