summaryrefslogtreecommitdiff
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 df52aa5..9e5c819 100755
--- a/check
+++ b/check
@@ -1,4 +1,4 @@
#!/bin/sh
nosetests3 --with-coverage --cover-erase --cover-package=lesana
-flake8 .
+flake8 --select=E,F,W,C90,E123 .