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

Run flake8 with Python 3 #957

Merged
merged 2 commits into from Jun 3, 2019
Merged

Run flake8 with Python 3 #957

merged 2 commits into from Jun 3, 2019

Conversation

jd
Copy link
Contributor

@jd jd commented May 31, 2019

This allows to remove a few noqa flag from files using yield from and fixing
various errors.

The compat tests have been merged to a single scenario that works for both
Python version in order to make flake8 happier.

Some wild noqa tag have been replaced by specific flake8 error code ignore tag
so avoid skipping non-wanted mistakes.

@jd jd requested a review from a team as a code owner May 31, 2019 14:20
This allows to remove a few noqa flag from files using `yield from` and fixing
various errors.

The compat tests have been merged to a single scenario that works for both
Python version in order to make flake8 happier.

Some wild noqa tag have been replaced by specific flake8 error code ignore tag
so avoid skipping non-wanted mistakes.
@brettlangdon brettlangdon added this to the 0.26.0 milestone May 31, 2019
@jd jd merged commit d2377d6 into DataDog:master Jun 3, 2019
@jd jd deleted the flake8-py3 branch June 3, 2019 07:52
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