-
Notifications
You must be signed in to change notification settings - Fork 19
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
pycodestyle #352
pycodestyle #352
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #352 +/- ##
==========================================
- Coverage 74.30% 74.20% -0.10%
==========================================
Files 93 93
Lines 5934 5913 -21
==========================================
- Hits 4409 4388 -21
Misses 1525 1525
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Please add the job. |
I've just added the job in the github workflows, but it only runs pycodestyle because I've fixed all pycodestyle errors, but I haven't fixed all pylint errors, so if added the pylint one it would fail |
It's fine with me. I will approve but let @MFSY have the last word. |
Although I don't think it helps much, I've re-enabled pylint and added a threshold under which the job fails. The score should be above 8.5/10 |
Inspired by #237 , but on the more recent codebase.