Skip to content

Commit

Permalink
ignore S404 suspicious-subprocess-import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed May 14, 2024
1 parent daedc2d commit f79f8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ ignore = [
"PYI024", # Use `typing.NamedTuple` instead of `collections.namedtuple`
"S101", # Use of assert detected
"S311", # suspicious-non-cryptographic-random-usage
"S404", # suspicious-subprocess-import
"S603", # subprocess-without-shell-equals-true
"S607", # start-process-with-partial-path
"T201", # print found
Expand Down

0 comments on commit f79f8c3

Please sign in to comment.