flake8-coding icon indicating copy to clipboard operation
flake8-coding copied to clipboard

Results 2 flake8-coding issues
Sort by recently updated
recently updated
newest added

The `accept-encodings` option is not getting correctly registered with flake. #### Run 1. When I configure the package through `pyproject.toml`, i see that settings for `accept-encodings` are not accepted. ```...

Thanks for this plugin. It is really useful! We have configured it like so: ```cfg accept-encodings = utf-8 ``` But, when creating empty `__init__.py` file and running `flake8` check, there...

wontfix