ci: sort list of flake8 submodule excludes

This commit is contained in:
Renz Christian Bagaporo 2019-06-25 20:18:36 +08:00
parent 94b88654a3
commit 82858050b6

12
.flake8
View file

@ -140,16 +140,16 @@ exclude =
.git, .git,
__pycache__, __pycache__,
# submodules # submodules
components/esptool_py/esptool,
components/bootloader/subproject/components/micro-ecc/micro-ecc, components/bootloader/subproject/components/micro-ecc/micro-ecc,
components/nghttp/nghttp2, components/esptool_py/esptool,
components/libsodium/libsodium,
components/json/cJSON,
components/mbedtls/mbedtls,
components/expat/expat, components/expat/expat,
components/json/cJSON,
components/libsodium/libsodium,
components/mbedtls/mbedtls,
components/nghttp/nghttp2,
components/nimble/nimble,
components/unity/unity, components/unity/unity,
examples/build_system/cmake/import_lib/main/lib/tinyxml2, examples/build_system/cmake/import_lib/main/lib/tinyxml2,
components/nimble/nimble,
# other third-party libraries # other third-party libraries
tools/kconfig_new/kconfiglib.py, tools/kconfig_new/kconfiglib.py,
# autogenerated scripts # autogenerated scripts