Closed coxm closed 1 year ago
Currently the linting checks fail on master (presumably because the linting library versions are unpinned, and those libraries have been updated).
Flake8 does not accept inline comments in its configuration (see https://flake8.pycqa.org/en/latest/user/configuration.html); this commit moves inline comments to their own lines in .flake8.
.flake8
See also https://github.com/yunojuno/django-side-effects/pull/30.
Currently the linting checks fail on master (presumably because the linting library versions are unpinned, and those libraries have been updated).
Flake8 does not accept inline comments in its configuration (see https://flake8.pycqa.org/en/latest/user/configuration.html); this commit moves inline comments to their own lines in
.flake8
.See also https://github.com/yunojuno/django-side-effects/pull/30.