We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87187c commit 237d83fCopy full SHA for 237d83f
1 file changed
.codacy.yml
@@ -5,5 +5,6 @@ engines:
5
- tests/*
6
config:
7
ignore:
8
+ - B601 # generic subprocess use warning
9
- B602 # subprocess call with non-literal argument
10
- B603 # subprocess_without_shell_equals_true or similar
0 commit comments