Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MNT: Get rif of # pylint: pragma controls #28972

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

Merged
merged 1 commit into from
May 15, 2025

Conversation

DimitriPapadopoulos
Copy link
Contributor

We use ruff instead:

Pylint ruff
E1002 super-on-old-class (Python 2 only)
E1102 not-callable -
R0201 no-self-use PLR6301
W0400 undocumented, perhaps W0404?
W0404 reimported F811
W0511 fixme FIX001, FIX003
W0611 unused-import F401
W0612 unused-variable F841
W0614 unused-wildcard-import -

Equivalent Pylint and ruff rules are tracked here: astral-sh/ruff#970

We use ruff instead:

E1002 super-on-old-class       Python 2 only
E1102 not-callable             -
R0201 no-self-use              PLR6301
W0400                          undocumented, perhaps W0404?
W0404 reimported               F811
W0511 fixme                    FIX001, FIX003
W0611 unused-import            F401
W0612 unused-variable          F841
W0614 unused-wildcard-import   -

Equivalent Pylint and ruff rules are tracked here:
astral-sh/ruff#970
@charris charris merged commit 7ae13aa into numpy:main May 15, 2025
75 checks passed
@charris
Copy link
Member

charris commented May 15, 2025

Thanks @DimitriPapadopoulos .

@DimitriPapadopoulos DimitriPapadopoulos deleted the pylint branch May 15, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.