Skip to content

Commit 295ba61

Browse files
committed
remove E501 exclusion on __init__ files
1 parent 1511cbc commit 295ba61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ exclude =
1717
*.egg-info
1818

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

0 commit comments

Comments
 (0)