aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 9f57f60..4821df4 100755
--- a/check
+++ b/check
@@ -35,7 +35,7 @@ case $SUBCMD in
;;
"qa")
cd "$root"
- flake8 --select=E,F,W,C90,E123 --ignore=W503 .
+ flake8 .
isort --check-only --diff .
if which doc8
then