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 e7a1b09 commit a4a1820Copy full SHA for a4a1820
1 file changed
.codacy.yml
@@ -0,0 +1,8 @@
1
+engines:
2
+ bandit:
3
+ enabled: true
4
+ exclude_paths:
5
+ - tests/*
6
+ config:
7
+ ignore:
8
+ - B603 # subprocess_without_shell_equals_true or similar
0 commit comments