We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e280775 commit 0d3981cCopy full SHA for 0d3981c
.flake8
@@ -3,6 +3,13 @@
3
# I'm inclined to agree, or not to dissagree.
4
max-line-length = 88
5
exclude =
6
- test,
7
- src/mbed_os_tools/test,
8
- legacy
+ legacy/*,
+ src/mbed_os_tools/test/host_tests/*,
+ 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