summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-16 12:16:57 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-16 12:16:57 +0200
commitc7b332764115de5c41a518c64ce902adc3b9b924 (patch)
tree8879cfadef9d644715a651b08a70a5e182551991 /check
parent872b637d3144ce73c450691e122de1a4648231b6 (diff)
flake8 fixes
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 .