aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-11 18:41:48 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-11 18:41:48 +0100
commit11da28ef036aeb872f1e5c509b43ae6b9bb64da2 (patch)
tree2f51734610503233ff79e3cd99f835a9b98e130e
parent5ce5f10bad44b997b6e4b4da327e60e7e3637ea5 (diff)
Add doc8 to the qa checks
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 03515b3..20fd276 100755
--- a/check
+++ b/check
@@ -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