Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of pyproject.toml file #220

Closed
DolajoCZ opened this issue Jun 23, 2021 · 1 comment · Fixed by #236
Closed

Support of pyproject.toml file #220

DolajoCZ opened this issue Jun 23, 2021 · 1 comment · Fixed by #236

Comments

@DolajoCZ
Copy link
Contributor

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

@rubik
Copy link
Owner

rubik commented Jul 6, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants