Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No easy way to test locally with pycodestyle command line if we have a custom config in .pep8speaks.yml #94

Closed
Silentphantom62 opened this issue Sep 6, 2018 · 1 comment

Comments

@Silentphantom62
Copy link

I have a custom config in .pep8speaks.yml
But if I want to run the pycodestyle locally with respect to my custom config I have to create a setup.cfg file in the repo change the pycodestyle parameters mentioned in yaml to different format and then test it.

Is there an easier/better way to do this?

@OrkoHunter
Copy link
Collaborator

I'm afraid not. This is basically what the tool is doing internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants