diff options
Diffstat (limited to 'check.sh')
| -rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ mypy -p pypaste || exit $? -sources=($(find pypaste -type f)) +sources=($(find pypaste tests -type f -name '*.py')) flake8 ${sources[@]} || exit $? |
