You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the wemake-python-styleguide flake8 extension, it creates long errors, such as WPS301. This doesn't fit:
It should have a larger bubble instead.
What I Did
➜ scheduler-component git:(isort) python3 -m flake8 --format html --htmldir report --inline-quotes double .
.\custom_components\scheduler\config_flow.py has issues: medium: 4 low: 3
.\custom_components\scheduler\const.py has issues: medium: 28 low: 1
.\custom_components\scheduler\datacollection.py has issues: medium: 159 low: 86
.\custom_components\scheduler\helpers.py has issues: medium: 48 low: 28
.\custom_components\scheduler\switch.py has issues: medium: 95 low: 82
.\custom_components\scheduler\__init__.py has issues: medium: 26 low: 37
The text was updated successfully, but these errors were encountered:
Description
When I use the

wemake-python-styleguide
flake8 extension, it creates long errors, such asWPS301
. This doesn't fit:It should have a larger bubble instead.
What I Did
The text was updated successfully, but these errors were encountered: