Closed justcallmelarry closed 2 years ago
Sorry, took a while to merge and release. I was very busy the last few months and finally had a few days off.
I renamed the option to --toml-config
in the end, somehow liked that a little better. The override behavior is fine, we can just ignore other config files in this case, the way I see it.
Thanks again, @justcallmelarry .
Changes
Add a separate CLI option called
--pyproject-file
, based on the way flake8-black handles the same issue, ie config file type not being supported by flake8 in the first place.Open questions/issues
tox.ini
or a in-directorypyproject.toml
has been considered.Testing