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 1fa311c commit 2bf00fcCopy full SHA for 2bf00fc
.bandit
@@ -1,2 +1,2 @@
1
[bandit]
2
-skips: B106
+exclude: tests/
pylintrc
@@ -3,7 +3,7 @@
3
# Use a conservative default here; 2 should speed up most setups and not hurt
4
# any too bad. Override on command line as appropriate.
5
jobs=2
6
- #load-plugins=pylint_strict_informational
+ # load-plugins=pylint_strict_informational
7
persistent=no
8
extension-pkg-whitelist=ciso8601,defusedxml
9
0 commit comments