Skip to content

Commit 897f60b

Browse files
committed
finally lint asvs!
1 parent 4fe43e4 commit 897f60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$LINT" ]; then
2424
echo "Linting setup.py DONE"
2525

2626
echo "Linting asv_bench/benchmarks/"
27-
flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/[ps]*.py --ignore=F811
27+
flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/*.py --ignore=F811
2828
if [ $? -ne "0" ]; then
2929
RET=1
3030
fi

0 commit comments

Comments
 (0)