diff options
| -rwxr-xr-x | check | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -26,6 +26,7 @@ case $SUBCMD in      "qa")          flake8 --select=E,F,W,C90,E123 --ignore=W503 .          isort --check-only --diff . +        doc8 .          ;;      "typecheck")          mypy hazwaz | 
