diff -r a3ac46366b86 -r 70143c20d2c0 tests/tools/check_source.sh --- a/tests/tools/check_source.sh Fri Aug 10 17:45:33 2018 +0300 +++ b/tests/tools/check_source.sh Fri Aug 10 18:07:38 2018 +0300 @@ -316,7 +316,7 @@ get_files_to_check() { - py_files=$(find . -name '*.py' -not -path '*/build/*') + py_files=$(find . -name '*.py' -not -path '*/build/*' -not -path './etherlab/*') if [ -e .hg/skiphook ]; then echo "Skipping checks in the hook ..." exit 0