Skip to content

Commit 88abff8

Browse files
committed
Fix
1 parent 89da750 commit 88abff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.flake8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ exclude =
99
lib,
1010
deps,
1111
build,
12-
plugwise/connections,
13-
plugwise/messages,
14-
plugwise/nodes,
12+
plugwise/connections/*.py,
13+
plugwise/messages/*.py,
14+
plugwise/nodes/*.py,
1515
plugwise/controller.py,
1616
plugwise/parser.py,
1717
plugwise/stick.py,

0 commit comments

Comments
 (0)