We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe43e4 commit 897f60bCopy full SHA for 897f60b
ci/lint.sh
@@ -24,7 +24,7 @@ if [ "$LINT" ]; then
24
echo "Linting setup.py DONE"
25
26
echo "Linting asv_bench/benchmarks/"
27
- flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/[ps]*.py --ignore=F811
+ flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/*.py --ignore=F811
28
if [ $? -ne "0" ]; then
29
RET=1
30
fi
0 commit comments