Permalink
Browse files

Fix flake8 --exclude, which fixes the build.

  • Loading branch information...
Andy Chu
Andy Chu committed Apr 15, 2018
1 parent 1abd1d7 commit d4880ae1c79842f5def47fa4c82901cfab6c4883
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/lint.sh
View
@@ -101,7 +101,7 @@ flake8-all() {
# opcode.py triggers a flake8 bug? Complains about def_op() when it is
# defined.
local -a exclude=(
--exclude 'opy/_regtest,opy/byterun,opy/tools/astgen.py,opy/compiler2/opcode.py')
--exclude 'opy/_regtest,opy/byterun,opy/tools/astgen.py,opy/lib/opcode.py')
# Step 1: Stop the build if there are Python syntax errors, undefined names,
# unused imports

0 comments on commit d4880ae

Please sign in to comment.