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

Update flake8 checking for recent version of flake8 #327

Merged
merged 1 commit into from
May 13, 2020
Merged

Conversation

taldcroft
Copy link
Member

Description

It looks like more recent versions of flake8, pyflakes, pycodestyle apply more stringent testing.

There is a new test on f-strings (F541), and for some reason the import order test (E402) no longer seems to respect the # noqa on a code line within the imports (as required to set the matplotlib backend before import pyplot). I fiddled with this a bit before giving up and just expanding the list of checks to exclude.

Testing

N/A, no code changes.

@taldcroft taldcroft merged commit 35dcfa6 into master May 13, 2020
@taldcroft taldcroft deleted the fix-flake8 branch May 13, 2020 10:26
@javierggt javierggt mentioned this pull request Dec 7, 2020
@javierggt javierggt mentioned this pull request Apr 6, 2021
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.

1 participant