We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adace5 commit 6c8b475Copy full SHA for 6c8b475
pyproject.toml
@@ -63,7 +63,7 @@ profile = "black"
63
64
[tool.flake8]
65
max-line-length = 88
66
-extend-ignore = ["E203", "E701", "E501"]
+extend-ignore = ["E203", "E701"]
67
68
[tool.poetry.scripts]
69
waybacktweets = 'waybacktweets._cli:main'
waybacktweets/_cli.py
@@ -1,3 +1,4 @@
1
+# flake8: noqa: E501
2
"""
3
CLI functions for retrieving archived tweets.
4
0 commit comments