diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-08-11 11:26:09 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-08-11 11:26:09 +0200 |
commit | 84784fd0e2e0f063e2b34b95cf1c5d0b21f8ccd7 (patch) | |
tree | 973668a6b974be8674f1f4ec28ef32995217e388 /check | |
parent | 53f116abd38f47ef9f51d2fd0e65515e89c9b9be (diff) |
Update lint checking tools
Diffstat (limited to 'check')
-rwxr-xr-x | check | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ #!/bin/sh nosetests3 --with-coverage --cover-erase --cover-package=lesana -pyflakes3 . -pycodestyle . +flake8 . |