Dan Palmer

Results 57 comments of Dan Palmer

Configuration can be stored in many different files. `setup.cfg` is probably the most common for `flake8`, but there are other valid places, and some `flake8` plugins may also use config...

@jhermann on Debian the `--builtin-venv` option requires an additional package to be installed on the system, the `python3-venv` package I believe. If this is the recommended use, should this package...

Interesting. When we switched over to the built in venv with `--builtin-venv` we got an error message saying that package was required. We could be on a slightly older version...

Thanks, we've actually pinned `virtualenv==16.7.9` in our build environment and that worked fine.

I've just seen a similar error, and it was being caused by a flake8 plugin, not flake8 or linter-flake8. For anyone encountering this it's worth checking your plugins.

I've just started getting the same issue too. The plugin is ignoring my `setup.cfg` file.

@Arcanemagus I'm on 2.3.0 and still seeing this issue.

@lucasdf I can reproduce this with my config in the root of my project. I use a `setup.cfg` file as most Python tooling supports reading it.

@rjstelling cool, makes sense! May be worth mentioning in the readme that the code is intentionally not included for now.