Skip to content

Commit 6dd14fa

Browse files
committed
Ignore flake8 S507
1 parent c99cb32 commit 6dd14fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ extend-ignore =
188188
WPS613 # FIXME: unmatching super method access
189189
WPS615 # FIXME: unpythonic setter/getter
190190
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
191192

192193
# https://wemake-python-stylegui.de/en/latest/pages/usage/formatter.html
193194
format = wemake

0 commit comments

Comments
 (0)