summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index e667d31..3b02b6d 100755
--- a/check.sh
+++ b/check.sh
@@ -2,7 +2,7 @@
mypy -p pypaste || exit $?
-sources=($(find pypaste -type f))
+sources=($(find pypaste tests -type f -name '*.py'))
flake8 ${sources[@]} || exit $?