aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake81
-rwxr-xr-xextract_token_from_browser.py5
2 files changed, 5 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 71cd42b..6e0df21 100644
--- a/.flake8
+++ b/.flake8
@@ -8,4 +8,5 @@ extend-ignore = E203
per-file-ignores =
wee_slack.py: C901, E266, E501, E722, E731, E741
+ extract_token_from_browser.py: C901
_pytest/test_utf8_helpers.py: E721
diff --git a/extract_token_from_browser.py b/extract_token_from_browser.py
index d4c9c10..c5338fa 100755
--- a/extract_token_from_browser.py
+++ b/extract_token_from_browser.py
@@ -217,7 +217,10 @@ else:
teams = [
{
"token": "<token>",
- "name": "Couldn't find any tokens automatically, but you can try to extract it manually as described in the readme and register the team like this",
+ "name": (
+ "Couldn't find any tokens automatically, but you can try to extract "
+ "it manually as described in the readme and register the team like this"
+ ),
}
]