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

flake8: Put configuration into standardized place #1974

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

Tarrasch
Copy link
Contributor

Description

flake8: Put configuration into standardized place

As I found described here:
http://flake8.pycqa.org/en/latest/user/configuraton.html

Motivation and Context

My motivation for doing this was that I always get 100 warnings in vim
when I save my file. As this follows the standardized way, I hope
anything can without effort ripe the benefits.

Have you tested this? If so, how?

I tested the autolinting functionality I have in vim (syntastic?) as
well as running the -e flake8 using tox.

As I found described here:
http://flake8.pycqa.org/en/latest/user/configuration.html

My motivation for doing this was that I always get 100 warnings in vim
when I save my file.  As this follows the standardized way, I hope
anything can without effort ripe the benefits.

I tested the autolinting functionality I have in vim (syntastic?) as
well as running the -e flake8 using tox.
@mention-bot
Copy link

@Tarrasch, thanks for your PR! By analyzing the history of the files in this pull request, we identified @daveFNbuck, @themalkolm and @steenzout to be potential reviewers.

@Tarrasch Tarrasch merged commit 6cc7619 into spotify:master Jan 3, 2017
@Tarrasch Tarrasch deleted the fix-flake8-configuration branch January 3, 2017 02:32
kreczko pushed a commit to kreczko/luigi that referenced this pull request Mar 28, 2017
As I found described here:
http://flake8.pycqa.org/en/latest/user/configuration.html

My motivation for doing this was that I always get 100 warnings in vim
when I save my file.  As this follows the standardized way, I hope
anything can without effort ripe the benefits.

I tested the autolinting functionality I have in vim (syntastic?) as
well as running the -e flake8 using tox.
This was referenced Jun 29, 2022
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

Successfully merging this pull request may close these issues.

3 participants