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

Remove unsupported pylint no-space-check option #1702

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

huddlej
Copy link
Contributor

@huddlej huddlej commented Dec 19, 2024

Description of proposed changes

As of pylint 2.6, no-space-check is not a supported option in the pylint configuration file [1]. This commit removes the option from the project-specific pylintrc to silence errors from pylint during development in emacs. Since pylint is now at version 4 and no one else on the team has run into this issue, I strongly suspect no one else is using this pylintrc the same way I am. If folks want to make a case for removing this file entirely in favor of some other IDE-based linting they prefer, I'm open to that.

[1] https://pylint.pycqa.org/en/latest/whatsnew/2/2.6/summary.html#other-changes

Checklist

  • Automated checks pass

As of pylint 2.6, `no-space-check` is not a supported option in the
pylint configuration file [1]. This commit removes the option from the
project-specific pylintrc to silence errors from pylint during
development in emacs. Since pylint is now at version 4 and no one else
on the team has run into this issue, I strongly suspect no one else is
using this pylintrc the same way I am. If folks want to make a case for
removing this file entirely in favor of some other IDE-based linting
they prefer, I'm open to that.

[1] https://pylint.pycqa.org/en/latest/whatsnew/2/2.6/summary.html#other-changes
@huddlej huddlej merged commit 09cec86 into master Dec 19, 2024
32 checks passed
@huddlej huddlej deleted the remove-deprecated-pylint-option branch December 19, 2024 17:18
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.

2 participants