diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-16 12:16:57 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-16 12:16:57 +0200 |
commit | c7b332764115de5c41a518c64ce902adc3b9b924 (patch) | |
tree | 8879cfadef9d644715a651b08a70a5e182551991 /check | |
parent | 872b637d3144ce73c450691e122de1a4648231b6 (diff) |
flake8 fixes
Diffstat (limited to 'check')
-rwxr-xr-x | check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh nosetests3 --with-coverage --cover-erase --cover-package=lesana -flake8 . +flake8 --select=E,F,W,C90,E123 . |