Skip to content

Commit dba0ba5

Browse files
committed
specify __init__.py files ignores with app directory
1 parent a8c8d25 commit dba0ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ignore =
55
D205
66
per-file-ignores =
77
tests/*:D
8-
**\__init__.py:F401,F403
8+
app/**/__init__.py:F401,F403
99
app\exceptions.py:N818

0 commit comments

Comments
 (0)