You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello, do you plan to support
pyproject.toml
file based on PEP518? For example here is list of some tools which supportpyproject.toml
.The text was updated successfully, but these errors were encountered: