Conversation
|
@michalk8, flake8-bugbear started throwing B028 after the merge of #54 (but not before, meaning that all CI tests in the |
|
Also |
|
I'd suggest removing this line: https://github.com/msmdev/pyGPCCA/blob/main/.github/workflows/ci.yml#L32 (the cache should be invalidated when pre-commits change). |
What is the effect of this line, exactly? |
It's an alternative key, when it cannot be found here. |
So it's basically using a old cached version of the pre-commit-config.yaml? |
Yes, it shouldn't be there. But looking closely at the run, no cache-hit happened, so it's something else. However, I think the UPDATE: Can reproduce after I remove |
What do you mean by "the |
|
Anyhow, flake8 is only complaining during the GitHub workflow - locally flake8 is graciously passing without |
|
@michalk8, ooook, ignoring B028 in tox.ini solved the problem, but I'm still quite upset why flake8 is issuing B028 during GitHub workflows and not locally. -.- |
No description provided.