Skip to content

Commit

Permalink
remove E501 exclusion on __init__ files
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Mar 3, 2023
1 parent 1511cbc commit 295ba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ exclude =
*.egg-info

per-file-ignores =
# __init__.py files are allowed to have unused imports and lines-too-long
# __init__.py files are allowed to have unused imports
*/__init__.py:F401
*/**/__init__.py:F401,E501
*/**/__init__.py:F401

0 comments on commit 295ba61

Please sign in to comment.