-
Notifications
You must be signed in to change notification settings - Fork 180
New release? #436
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
Comments
Just to be clear, the new release would need to be a patch release (2.1.1) rather than a minor release (2.2.0) in order to be used with the latest release of flake8 since flake8 has pyflakes pinned to |
How come |
yep, thanks, fixed. |
closing since 2.1.1 was released -- presumably we'll release a 2.2 at some point which contains the new features on master |
Uh oh!
There was an error while loading. Please reload this page.
I had to pin flake8-pyi to an earlier version of pyflakes and flake8 because #422 (which has already been fixed—thanks!) broke some of our tests.
Would it be possible to create a new release with the fix for #422? This would help people who are using flake8-pyi to lint stub files upgrade to the newest flake8 and pyflakes.
The text was updated successfully, but these errors were encountered: