-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
maintenanceBoring but important stuff for the core devsBoring but important stuff for the core devs
Milestone
Description
Description of the desired feature
The pylint configuration file .pylintrc
was added since the start of the project (#73), and was sometimes updated/refreshed to fit new pylint versions (e.g., #484).
I feel the current .pylintrc
file is difficult to read and maintain, because:
- The file is too long (611 lines) and large (18.3 Kb)
- It contains too many settings and many of them are the same as pylint's default settings
pylint started to support pyproject.toml file since v2.5.0. I think we can remove the .pylintrc
file and only keep the PyGMT-specific pylint settings in the pyproject.toml
file. I'm not sure the number of PyGMT-specific settings but I expect the number is very small (less than 10).
Are you willing to help implement and maintain this feature? Yes, but discuss first.
weiji14 and maxrjones
Metadata
Metadata
Assignees
Labels
maintenanceBoring but important stuff for the core devsBoring but important stuff for the core devs