-
Notifications
You must be signed in to change notification settings - Fork 204
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
Flake8 linter fixes + updating PR lint rules #1130
Flake8 linter fixes + updating PR lint rules #1130
Conversation
Signed-off-by: Teodor Parvanov <[email protected]>
e5a2b55
to
74f1315
Compare
Signed-off-by: Teodor Parvanov <[email protected]>
74f1315
to
e554695
Compare
@teoparvanov Those do not appear in Lint CI because there are exceptions to I think we need to remove all |
Thanks for pointing this out, @MasterSkepticista , I wasn't aware of the |
Signed-off-by: Teodor Parvanov <[email protected]>
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.
JFYI: For files in openfl-workspace
, this formatting was done to silence previous flake8 errors, but it won't make any difference in the future since ./shell/lint.sh
only covers openfl/**
code.
You may choose to keep these changes or only keep ubuntu.yml
and lint.yml
changes.
This reverts commit e554695. Signed-off-by: Teodor Parvanov <[email protected]>
Here we update the
ubuntu.yml
workflow to use the same (OpenFL-specific) lint rules as thelint.yml
workflow that runs as part of the PR pipeline.