Skip to content
master
Go to file
Code
This branch is 13 commits ahead, 357 commits behind PyCQA:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pep8 - Python style guide checker

pep8 is a tool to check your Python code against some of the style conventions in PEP 8.

codeclimate-pep8

For information on using pep8 with Code Climate, see the Code Climate pep8 docs.

configuration

The PEP8 project has been renamed to pycodestyle. The Code Climate PEP8 engine has not been updated to incorporate that name change.

To make configuration specifications in your setup.cfg file or tox.ini file, the Code Climate PEP8 engine requires that you include those changes in:

  • a [pep8] config section
  • instead of [pycodestyle] config section.
You can’t perform that action at this time.