[code-quality] User-level configuration file

2021-11-01 Thread Georges Gouriten
Hello, I am using flake8 and I could not find a way to use a configuration file at user level. What I read in the documentation is a way to have a project configuration file: https://flake8.pycqa.org/en/latest/user/configuration.html But I could not find anything about having a ~/.config/flake8

[code-quality] Re: User-level configuration file

2021-11-01 Thread Ian Stapleton Cordasco
No, it will not read a user file. It was explicitly removed in 4.0 https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes On Mon, Nov 1, 2021 at 12:24 PM Georges Gouriten wrote: > Hello, > > I am using flake8 and I could not find a way to use a configuration f