mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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/uhcpd\
|
||||
|dist/tools/stm32loader\
|
||||
|dist/tools/suit/suit-manifest-generator)\
|
||||
|dist/tools/esptool"
|
||||
|dist/tools/suit/suit-manifest-generator\
|
||||
|dist/tools/esptool\
|
||||
|dist/pythonlibs/riotctrl_*)"
|
||||
FILEREGEX='(\.py$|pyterm$)'
|
||||
FILES=$(FILEREGEX=${FILEREGEX} EXCLUDE=${EXCLUDE} changed_files)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user