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 c99cb32 commit 6dd14faCopy full SHA for 6dd14fa
.flake8
@@ -188,6 +188,7 @@ extend-ignore =
188
WPS613 # FIXME: unmatching super method access
189
WPS615 # FIXME: unpythonic setter/getter
190
PT027 # FIXME: use pytest.raises() instead of unittest-style 'assertRaises'
191
+ S507 # FIXME: Paramiko call with policy set to automatically trust the unknown host key
192
193
# https://wemake-python-stylegui.de/en/latest/pages/usage/formatter.html
194
format = wemake
0 commit comments