Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Add checks on codestyle in CI #70

Closed
jameslamb opened this issue Mar 4, 2019 · 1 comment
Closed

Add checks on codestyle in CI #70

jameslamb opened this issue Mar 4, 2019 · 1 comment
Labels
ci Continuous integration (e.g. Travis, Coverall, etc.) good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jameslamb
Copy link
Collaborator

Add pycodestyle to the CI setup for this project to prevent PRs from introducing style issues and to document the preferred style for this project.

See this example PR for an example of how to add this type of check to your build. Basically you need to run pycodestyle command on the repo and can optionally configure what it checks with a tox.ini file.

Docs here: http://pycodestyle.pycqa.org/en/latest/intro.html

@jameslamb jameslamb added help wanted Extra attention is needed good first issue Good for newcomers ci Continuous integration (e.g. Travis, Coverall, etc.) labels Mar 4, 2019
@bburns632
Copy link
Contributor

Thank you for your interest. However, this project will be archived shortly. More details in #77 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci Continuous integration (e.g. Travis, Coverall, etc.) good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants