xenon
xenon copied to clipboard
Read configuration from `setup.cfg`
My list of ignore and exclude options grew quite big, together with --max-absolute B --max-modules A --max-average A it looks to verbose to use.
Is it an option to specify the configuration inside setup.cfg (default place for configuring python tools like flake8, mypy, isort, etc)?
Currently that is not supported. It was also requested for radon. I will have some time in 2/3 weeks so I might take a stab at that then.
Awesome! Thanks.