Explorar o código

don't run pycodestyle on node_modules directory

checktheroads %!s(int64=4) %!d(string=hai) anos
pai
achega
10d1378277
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/git-hooks/pre-commit

+ 1 - 1
scripts/git-hooks/pre-commit

@@ -23,7 +23,7 @@ if [ -d ./venv/ ]; then
 fi
 
 echo "Validating PEP8 compliance..."
-pycodestyle --ignore=W504,E501 netbox/
+pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/
 if [ $? != 0 ]; then
 	EXIT=1
 fi