Merge branch 'bugfix/fix_flake8_warning' into 'master'

bugfix: fix flake8 warning for esp-cryptoauthlib submodule

See merge request espressif/esp-idf!8865
This commit is contained in:
Mahavir Jain 2020-05-22 00:31:19 +08:00
commit 7d75213674

View file

@ -151,6 +151,7 @@ exclude =
components/tinyusb,
components/unity/unity,
examples/build_system/cmake/import_lib/main/lib/tinyxml2,
examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib,
# other third-party libraries
tools/kconfig_new/kconfiglib.py,
tools/kconfig_new/menuconfig.py,