Commit 2b8d98ff by fwkz

Fixing linter W503 violations.

parent 6edbcee5
......@@ -7,7 +7,7 @@ NC='\033[0m' # No Color
MODULES_PATH=./routersploit/modules
FAILURE=0
PEP=$(pep8 --ignore E501 $MODULES_PATH)
PEP=$(pep8 --ignore E501,W503 $MODULES_PATH)
PYFLAKES=$(pyflakes $MODULES_PATH)
if [ "$PEP" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment