-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI, STYLE sync flake8 versions #40783
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
Conversation
2de4aa9
to
c2560c7
Compare
@@ -20,7 +20,7 @@ dependencies: | |||
# code checks | |||
- black=20.8b1 | |||
- cpplint | |||
- flake8 | |||
- flake8=3.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have 1 build where this is unpinned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but there's the risk that there's be another annoying CI failure like #40457
If there's a new flake8 release, this'll get bumped up anyway by the weekly autoupdate job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this is ok then.
can you merge master and merge on green. |
thanks @MarcoGorelli |
* sync flake8 versions * noop
There's been a couple of recent CI failures due to differences in flake8 versions: #40481, #40457
CI failures due to style checks are really annoying, so I think it's worth adding a check to ensure they're in-sync. There's already a hook with
pyyaml
as additional dependency, so that environment will be reused for this check.