Skip to content
Snippets Groups Projects

Introduce flake8-bandit (S113)

Merged Yoann Schneider requested to merge introduce-bandit-s113 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -5,5 +5,8 @@ line-length = 120
quote-style = "double"
[lint]
select = ["Q0", "F", "W", "E"]
select = ["Q0", "F", "W", "E",
# request-without-timeout
"S113",
]
ignore = ["E501"]
Loading