-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
CI: Linting errors from flake >= 3.8.1 #34150
Comments
for now i would simply fix the version of flake <3.8 until we can address things |
Is this still open and unassigned? Would like to take this if it is. Mostly wanna clarify how you'd want E741 addressed. As far as my limited knowledge goes, E741 is so we don't get '1' and 'l' or 'O' and '0' confused and so on i.e similar looking characters that might be even more ambiguous with certain fonts. |
I think it's still not possible to move past flake 3.8.1 if flake-rst is still being used, see e.g. flake8-docs/flake8-rst#22 |
Ah, alright, makes sense. Will this be left open until you can push |
From my point of view, I think you could however definitely address E741 independent of the issues with flake-rst. Then maybe we could close this and open a separate issue for that one? |
Yep, did feel that addressing E741 was something that had to be done at some point if What would the process be for this though? As far as I can see, all of the E741 errors seem to be naming variables |
It looks like flake-rst is not under active development anymore. |
Indeed. Though I believe, I have solved the flake8-docs/flake8-rst#22 in flake8-docs/flake8-rst#23. |
The new version of flake bumps the version of pycodestyle, which results in several linting errors on CI. These include:
Here the output:
There is an additional issue with flake8-rst, e.g. here:
Happy to have a go, but would like suggestions about how to proceed? Suggestion:
Staged approach:
The text was updated successfully, but these errors were encountered: