radon
radon copied to clipboard
Support of pyproject.toml file
Hello, do you plan to support pyproject.toml
file based on PEP518? For example here is list of some tools which support pyproject.toml
.
Hi @DolajoCZ. At the moment I do not have the bandwidth to work on a new feature, but if someone submits a PR I'll be happy to review it. It should not be too difficult as Radon is already able to read its configuration from a config file, as you can see here: https://github.com/rubik/radon/blob/master/radon/cli/init.py#L28
It would be a matter of adding the ability to read from a TOML file in particular.