-
Notifications
You must be signed in to change notification settings - Fork 25
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
Use flake8-black and pylint for consistency #148
base: master
Are you sure you want to change the base?
Conversation
This pull request is now in conflicts. Could you fix it? 🙏 |
After #147 I still think this is a good idea. Please rebase |
a9ad0cf
to
082257a
Compare
+1 |
Can you verify that https://github.com/openSUSE/qem-bot/actions/runs/6577795142/job/17870196696?pr=148#step:6:12 actually does all the previous checks? The line looks so innocent :) |
https://github.com/openSUSE/qem-bot/actions/runs/6692884016/job/18182952989?pr=148 |
looks good. You can revert the on-purpose mistakes again :) |
The plugins combine the checks, meaning users only need to use one command for everything (or use make checkstyle).
6715965
to
ec7e000
Compare
This pull request is now in conflicts. Could you fix it? 🙏 |
The plugins combines both, meaning users only need to use one command to check both (or use make checkstyle).