-
Notifications
You must be signed in to change notification settings - Fork 4
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
Linting to GitHub Actions #142
Linting to GitHub Actions #142
Conversation
Hello @alexdaniel654, thank you for updating!
Comment last updated at 2021-05-06 17:45:22 UTC |
Hello @alexdaniel654, thank you for updating!
Comment last updated at 2021-05-06 17:45:29 UTC |
Codecov Report
@@ Coverage Diff @@
## master #142 +/- ##
==========================================
+ Coverage 92.53% 92.69% +0.15%
==========================================
Files 28 28
Lines 2385 2437 +52
==========================================
+ Hits 2207 2259 +52
Misses 178 178
Continue to review full report at Codecov.
|
You can merge this yourself if you want to and when you're happy with this. I can see you've been testing this PEP8 feature on t1.py. |
It looks like I timed this one badly. I think GitHub have just changed something in their API as similar actions that have worked perfectly for years in other repos have not started failing. I'll come back to this in a few months when people have updated their actions to work with the changed API. Pep8speak seems to be working so theres less of an urgent need for another linter now anyway. |
Moving from pep8speaks to a github action. This PR will probably end up with lots of annoying commits when I'm testing it.
Should close #140