-
Notifications
You must be signed in to change notification settings - Fork 432
MNT Use full flake8 rather than flake8_diff.sh #1415
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
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.
I think this is a nice idea so it will be easier to maintain in the long run.
A couple of comments but otherwise LGTM
Co-authored-by: Thomas Moreau <thomas.moreau.2010@gmail.com>
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.
a few more typo
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1415 +/- ##
==========================================
- Coverage 94.87% 94.78% -0.09%
==========================================
Files 46 45 -1
Lines 6901 6889 -12
==========================================
- Hits 6547 6530 -17
- Misses 354 359 +5
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
LGTM, the failure does not seem related.
Merging and hoping this won't cause too much troubles with other PRs.
Easier to understand, easier to run locally,
flake8 --diff
has been removed inflake8>=6
see #1383. There are not that many flake8 violations to fix.