From 3a9228fa02e933a28b15a335480fcc5e6f9d567a Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 21 May 2020 21:02:33 +0530 Subject: [PATCH] bugfix: fix flake8 warning for esp-cryptoauthlib submodule --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index f935c8244..9a4690697 100644 --- a/.flake8 +++ b/.flake8 @@ -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,