Skip to content

Commit 848054c

Browse files
authored
Merge pull request #100 from nathanchance/disable-new-ruff-flake8-bandit-rules
ruff.toml: Disable S603 and S607
2 parents e06594d + 533f03c commit 848054c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruff.toml

+2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ ignore = [
2424
'PLR0913', # too-many-arguments
2525
'PLR0915', # too-many-statements
2626
'PLR2004', # magic-value-comparison
27+
'S603', # subprocess-without-shell-equals-true
28+
'S607', # start-process-with-partial-path
2729
]
2830
target-version = 'py38'

0 commit comments

Comments
 (0)