Skip to content

Commit

Permalink
Merge pull request conda#7221 from scw/patch-1
Browse files Browse the repository at this point in the history
The pep8 project has been renamed to pycodestyle
  • Loading branch information
kalefranz authored Apr 27, 2018
2 parents bdce603 + 7da1330 commit 2a883a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markers =
installed: tests that assume conda is pre-installed on PATH


[pep8]
[pycodestyle]
max-line-length = 99
ignore = E126,E133,E226,E241,E242,E302,E704,E731,E722,W503
exclude = build/*,.tox/*,env/*,tests/*,ve/*,*/_vendor/*,conda/compat.py,conda/common/compat.py,conda_env/compat.py
Expand Down

0 comments on commit 2a883a1

Please sign in to comment.