Skip to content

Avoid applying ignore-names to self and cls function names#12497

Merged
charliermarsh merged 1 commit into
mainfrom
charlie/n
Jul 24, 2024
Merged

Avoid applying ignore-names to self and cls function names#12497
charliermarsh merged 1 commit into
mainfrom
charlie/n

Conversation

@charliermarsh

Copy link
Copy Markdown
Member

Summary

Closes #12465.

@charliermarsh charliermarsh marked this pull request as ready for review July 24, 2024 21:31
@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label Jul 24, 2024
@github-actions

Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@zanieb

zanieb commented Jul 24, 2024

Copy link
Copy Markdown
Member

Makes sense and the ecosystem agrees!

@charliermarsh charliermarsh merged commit 2a64ccc into main Jul 24, 2024
@charliermarsh charliermarsh deleted the charlie/n branch July 24, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

N804 and N805 apply ignore-names to function, rather than parameter names (self, cls)

2 participants