radon icon indicating copy to clipboard operation
radon copied to clipboard

Support of pyproject.toml file

Open DolajoCZ opened this issue 3 years ago • 1 comments

Hello, do you plan to support pyproject.toml file based on PEP518? For example here is list of some tools which support pyproject.toml.

DolajoCZ avatar Jun 23 '21 08:06 DolajoCZ

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.

rubik avatar Jul 06 '21 19:07 rubik