flake8-gl-codeclimate
flake8-gl-codeclimate copied to clipboard
Flake8 formatter producing Gitlab Code Quality artifacts.
Ship a wheel to pypi. Also added a basic `pyproject.toml` for future installs using sdist. * https://setuptools.pypa.io/en/latest/build_meta.html Closes #19
I noticed there isn't a wheel on pypi. Wheels are quicker to install than an sdist since pip will build a wheel from the sdist and install it if there...
I love flake-gl-codeclimate, but every time I add new code to a file, any existing lint issues further down in the same file get flagged twice in the new code...
Hello, thanks for this great addon! I have seen a json report being generated as: ```json [ {"type": "issue", "check_name": "unknown", "description": "camelcase 'xml.etree.ElementTree' imported as acronym 'ET' [N817]", "categories":...