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 configuration for Pylint from .pylintrc to pyproject.toml. #1160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

carlosgmartin
Copy link
Contributor

@carlosgmartin carlosgmartin commented Dec 19, 2024

This is a follow-up to

To prevent confusion and duplication of work, I will try to keep further improvements as atomic as possible.

The sole purpose of this PR is to move the configuration for Pylint from .pylintrc to the standardized place for configuration of Python projects, namely pyproject.toml.

Future PRs will re-enable some of the disabled Pylint warnings after editing the code that triggers them.

@carlosgmartin carlosgmartin force-pushed the move_pylintrc_config_to_pyproject_toml branch from 7664c65 to c964411 Compare December 19, 2024 21:28
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 this pull request may close these issues.

1 participant