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 or something like that. Is it something that could be implemented? So far, I use a bash script when needed: flake8 --config ~/.config/flake8 "$@" But I would rather have flake8 implementing a hierarchical check for project file then user file, I would not need to manually pick if I run flake8 directly or my bash script. Regards _______________________________________________ code-quality mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/code-quality.python.org/ Member address: [email protected]
