Permalink
Browse files
Fix flake8 --exclude, which fixes the build.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/lint.sh
|
|
@@ -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