aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2018-12-11 09:45:39 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2018-12-11 09:45:39 +0100
commitdb9290a734529e1e81435d7b6b9af8613866cbc1 (patch)
tree379eae7cc1db99d09baf9d1efda5c8b366e91cb8 /check
parentc09063dc005826cd978d3faf91c0a42701a9dca5 (diff)
Name change pep8 -> pycodestyle
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 501b336..1584dca 100755
--- a/check
+++ b/check
@@ -2,4 +2,4 @@
nosetests3 --with-coverage --cover-erase --cover-package=lesana
pyflakes3 .
-pep8 .
+pycodestyle .