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

Move setup.cfg configuration to pyproject.toml #3584

Open
chrisbillowsMO opened this issue May 2, 2024 · 2 comments
Open

Move setup.cfg configuration to pyproject.toml #3584

chrisbillowsMO opened this issue May 2, 2024 · 2 comments
Assignees

Comments

@chrisbillowsMO
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Modernise infrastructure configuration by moving setup.cfg to pyproject.toml per this discussion.

Would you be able to help out?
Would you have the time and skills to implement the solution yourself?

I have the skills to "attempt" it! 😁

I'll open a second issue to look at the migrating the setup.py configurations after work on setup.cfg has progressed.

@bouweandela
Copy link
Member

Note that there is also still a .pylintrc file, which can be moved to pyproject.toml as was already done for ESMValCore in ESMValGroup/ESMValCore#1726.

@bouweandela
Copy link
Member

Once you get to setup.py, the lint command can just be removed, I don't think anyone uses it:

'lint': RunLinter,

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

No branches or pull requests

3 participants