pyproject-flake8
pyproject-flake8 copied to clipboard
pyproject-flake8 (pflake8), a monkey patching wrapper to connect flake8 with pyproject.toml configuration
Running python 3.12 I'm seeing the following error at runtime: ``` AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser' ``` Per the Python 3.11 release notes, `SafeConfigParser`...
Perhaps this should have been obvious, but you can tell the vscode flake8 plugin to call pflake8 by placing this in `.vscode/settings.json` (presuming that poetry creates venv's called `.venv` in...
Not sure if this is the right place to put this, although limiting the version of `pyproject-flake8
Hi, First of all, thank you for creating this really handy tool. I tried to pass some extra arguments to `pflake8` command using `args` key https://pre-commit.com/index.html#config-args, but it it looks...
Alpha release for version 7.1.0 of flake8.