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

DM-11661: Enable flake8 testing #29

Merged
merged 3 commits into from Aug 28, 2017
Merged

DM-11661: Enable flake8 testing #29

merged 3 commits into from Aug 28, 2017

Conversation

timj
Copy link
Member

@timj timj commented Aug 26, 2017

No description provided.

Copy link
Member

@kfindeisen kfindeisen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the standard flake8 config. Otherwise looks good.

[flake8]
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806
exclude = __init__.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config differs a bit from the one in the style guide -- in particular, the N806 ignore is new.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E251 should in theory be included but in this case it never triggers anything so I left it out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine. Maybe there's a clearer way to organize the rules...

@timj timj merged commit 2dbbef6 into master Aug 28, 2017
@ktlim ktlim deleted the tickets/DM-11661 branch August 25, 2018 06:44
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.

None yet

2 participants