-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove python 2.7 / Leia support #113
Conversation
I get these errors on all tests: Your code has been rated at 9.40/10 make: *** [Makefile:28: check-pylint] Error 28 Any idea why this is because I don't see it. |
Try adding consider-using-f-string to the .pylintrc file |
You can open the details on the tests, pylint is to verify the actual code and code style. Sometimes new rules are added that you can implement or ignore. I would ignore them for now. There are also tests that run the actual code to make sure it works. Those run when the checks are done. |
I would like to push the changes to the standard kodi repo but I get the following error: git push origin matrix Do I not have the permissions to do this? |
You'll need to push to your own fork, and make a merge request for that. There is a script in my other repos (in the scripts folder. I think it's named deploy.py) that does this. I think I'll need to comment on the PR to indicate that you are the successor :) |
But if I pull the changes done on https://github.com/add-ons/service.iptv.manager/ back into my branch, how then can I create a PR again to https://github.com/add-ons/service.iptv.manager because there will be no changes. |
No description provided.