Skip to content

Commit

Permalink
check sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 committed Dec 26, 2024
1 parent b805cc5 commit 6fcf3b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ extend-ignore =
E501,
# module level import not at top of file
E402
#line too long (179 > 160 characters)
E501

# Accessibility/large fonts and PEP8 unfriendly:
max-line-length = 120
max-line-length = 250

# Allow certain violations in certain files:
# Please keep both sections of this list sorted, as it will be easier for others to find and add entries in the future
Expand Down

0 comments on commit 6fcf3b8

Please sign in to comment.