diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-09-26 02:27:33 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-09-26 02:27:33 -0400 |
| commit | da7582577067312846ce3bca3d73f5bfbddbab8a (patch) | |
| tree | 94aba550e0c0c468bdb0fc0eaa8e707ac489db40 /check.sh | |
| parent | 06ea9477b95caed298bc8cadac94fa98fc97e8d2 (diff) | |
| download | pypaste-da7582577067312846ce3bca3d73f5bfbddbab8a.tar.gz | |
add tests to check.sh sources list
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 $? |
