-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fix pre-commit workflow #1703
Fix pre-commit workflow #1703
Conversation
Running the pre-commit locally didn't caused the issues that I see in the github actions, maybe removing the versions constraints can fix that. Signed-off-by: Michal Konecny <[email protected]>
The prepared GitHub action for pre-commit doesn't work well in our environment. Let's call it the same way as we do it locally. Signed-off-by: Michal Konecny <[email protected]>
Signed-off-by: Michal Konecny <[email protected]>
Signed-off-by: Michal Konecny <[email protected]>
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 15s |
Signed-off-by: Michal Konecny <[email protected]>
Signed-off-by: Michal Konecny <[email protected]>
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 38s |
Signed-off-by: Michal Konecny <[email protected]>
I couldn't figure out why this is reporting false positives in pylint as there isn't anything directly causing this. I will keep the workflow as it's not blocking and maybe it will fix itself with some dependency upgrade. |
Running the pre-commit locally didn't caused the issues that I see in the github actions, maybe removing the versions constraints can fix that.