Skip to content

Commit 0d3981c

Browse files
committed
Enable flake8 on a few files in test module
1 parent e280775 commit 0d3981c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.flake8

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# I'm inclined to agree, or not to dissagree.
44
max-line-length = 88
55
exclude =
6-
test,
7-
src/mbed_os_tools/test,
8-
legacy
6+
legacy/*,
7+
src/mbed_os_tools/test/host_tests/*,
8+
src/mbed_os_tools/test/host_tests_conn_proxy/*,
9+
src/mbed_os_tools/test/host_tests_logger/*,
10+
src/mbed_os_tools/test/host_tests_plugins/*,
11+
src/mbed_os_tools/test/host_tests_registry/*,
12+
src/mbed_os_tools/test/host_tests_runner/*,
13+
src/mbed_os_tools/test/host_tests_toolbox/*,
14+
src/mbed_os_tools/test/mbed_*.py,
15+
test/*,

0 commit comments

Comments
 (0)