-
Notifications
You must be signed in to change notification settings - Fork 91
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
ci: ensure plugin requirements get installed in CI #208
Changes from all commits
8afb21e
5e19c2f
e08cc04
e86847a
0096661
fbb6fba
23bd16a
4a51f12
2a84047
87dce76
e55ef96
499a177
e75a4ab
bf180c2
0aac881
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,4 @@ include_trailing_comma = true | |
force_grid_wrap = 0 | ||
use_parentheses = true | ||
line_length = 88 | ||
known_third_party = "kedro" | ||
|
||
[tool.black] | ||
known_first_party = "kedro_telemetry" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because of how we're now installing the plugin itself instead of just it's requirements. Other plugins (like Probably needs to be a lot more consistency between team-maintained plugins on this. Also, use of |
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.
Don't see why we need this empty section, but it's there on a lot of config.