aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2021-04-13 00:10:31 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2021-04-13 00:55:23 +0200
commitdefd8a0e1a46b786bd3880632477e742a4d6d56c (patch)
tree7c2d42afc7a756a36be76d3c5ecefe4f9a1cdc60 /wee_slack.py
parent4c528c9f7611fbfa43c3601844b73a41663e0a3b (diff)
downloadwee-slack-defd8a0e1a46b786bd3880632477e742a4d6d56c.tar.gz
Ignore failing flake rules instead of selecting only a few
E203 should be ignored when using black according to their docs.
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index da10960..6acd29a 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -31,7 +31,11 @@ import string
# See https://github.com/numpy/numpy/issues/11925
sys.modules["numpy"] = None
-from websocket import ABNF, create_connection, WebSocketConnectionClosedException
+from websocket import ( # noqa: E402
+ ABNF,
+ create_connection,
+ WebSocketConnectionClosedException,
+)
try:
basestring # Python 2