summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMaxPayton <iamaspacecow@gmail.com>2016-06-02 16:29:56 -0700
committerMaxPayton <iamaspacecow@gmail.com>2016-06-03 16:27:22 -0700
commit26c64badd9ea27cbfbff311f7b3b09b475e80ead (patch)
treebeb66d04e460f12536935221dcc1dadec30bf8c3 /setup.cfg
parentb02d7687ee4de8f501195644bc9dc7fac523e52e (diff)
downloadpep8-26c64badd9ea27cbfbff311f7b3b09b475e80ead.tar.gz
Change all references to the pep8 project to say pycodestyle
This fixes issue #518, pep8 still referenced in the cli help command As a side effect, `[pep8]` in setup.cfg now becomes `[pycodestyle]` Also, changed the path for the config file from ~/.config/pep8 to ~/.config/pycodestyle These feel like changes that should have come with the jump to version 2.0.0, as they are breaking, but support for as a name can still be added if it's desired enough
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 65ca96d..803bc10 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[wheel]
universal = 1
-[pep8]
+[pycodestyle]
select =
ignore = E226,E24
max_line_length = 79