Skip to content
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 Python pep8 regressions #14999

Open
LKreutzer opened this issue Feb 13, 2023 · 0 comments
Open

Fix Python pep8 regressions #14999

LKreutzer opened this issue Feb 13, 2023 · 0 comments
Labels
good first issue Good for newcomers good intern project Potentially a good issue for an intern project python Pull requests that update Python code tech-debt Clean up old/unused code, fix compiler warnings, align coding style, etc

Comments

@LKreutzer
Copy link
Contributor

LKreutzer commented Feb 13, 2023

The wemake-python-styleguide check has been broken for several months at least and much regression has happened in the codebase. See also #14994

This regression should be fixed. At the current date the list of errors is as written in this log file.

The goal is to get the wemake-python-styleguide check in the reviewdog workflow green. And equivalently to have the Python format check job in the AGW Build & Format Python workflow green for changes to all Python files.

To run the linter locally on all files run

./lte/gateway/python/precommit.py  --build ./
./lte/gateway/python/precommit.py  --lint  --local --paths ./
@LKreutzer LKreutzer added good first issue Good for newcomers good intern project Potentially a good issue for an intern project tech-debt Clean up old/unused code, fix compiler warnings, align coding style, etc python Pull requests that update Python code labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers good intern project Potentially a good issue for an intern project python Pull requests that update Python code tech-debt Clean up old/unused code, fix compiler warnings, align coding style, etc
Projects
None yet
Development

No branches or pull requests

1 participant