pyflak.es
Shortlinks for Flake8 lint rules.
Supports all rules included in wemake-python-styleguide and Ruff:
Enable it in wemake-python-styleguide:
» flake8 . --format=wemake --show-source --show-violation-links
./wemake_python_styleguide/formatter.py
107:32 E231 missing whitespace after ':'
-> https://pyflak.es/E231
def show_source(self, error:Violation) -> str:
^
From Tallinn with love <3