Skip to content

Commit 6c8b475

Browse files
committed
update flake8
1 parent 9adace5 commit 6c8b475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ profile = "black"
6363

6464
[tool.flake8]
6565
max-line-length = 88
66-
extend-ignore = ["E203", "E701", "E501"]
66+
extend-ignore = ["E203", "E701"]
6767

6868
[tool.poetry.scripts]
6969
waybacktweets = 'waybacktweets._cli:main'

waybacktweets/_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# flake8: noqa: E501
12
"""
23
CLI functions for retrieving archived tweets.
34
"""

0 commit comments

Comments
 (0)