diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-12-11 09:45:39 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-12-11 09:45:39 +0100 |
commit | db9290a734529e1e81435d7b6b9af8613866cbc1 (patch) | |
tree | 379eae7cc1db99d09baf9d1efda5c8b366e91cb8 /check | |
parent | c09063dc005826cd978d3faf91c0a42701a9dca5 (diff) |
Name change pep8 -> pycodestyle
Diffstat (limited to 'check')
-rwxr-xr-x | check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ nosetests3 --with-coverage --cover-erase --cover-package=lesana pyflakes3 . -pep8 . +pycodestyle . |