mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
tools/flake8: ignore pythonlibs/riotctrl_* directories
They are already covered by flake8 with their tox configuration
This commit is contained in:
parent
b44652c489
commit
2e7c83f374
5
dist/tools/flake8/check.sh
vendored
5
dist/tools/flake8/check.sh
vendored
@ -30,8 +30,9 @@ EXCLUDE="^(.+/vendor/\
|
|||||||
|dist/tools/mcuboot\
|
|dist/tools/mcuboot\
|
||||||
|dist/tools/uhcpd\
|
|dist/tools/uhcpd\
|
||||||
|dist/tools/stm32loader\
|
|dist/tools/stm32loader\
|
||||||
|dist/tools/suit/suit-manifest-generator)\
|
|dist/tools/suit/suit-manifest-generator\
|
||||||
|dist/tools/esptool"
|
|dist/tools/esptool\
|
||||||
|
|dist/pythonlibs/riotctrl_*)"
|
||||||
FILEREGEX='(\.py$|pyterm$)'
|
FILEREGEX='(\.py$|pyterm$)'
|
||||||
FILES=$(FILEREGEX=${FILEREGEX} EXCLUDE=${EXCLUDE} changed_files)
|
FILES=$(FILEREGEX=${FILEREGEX} EXCLUDE=${EXCLUDE} changed_files)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user