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

MAINT: Start applying ruff/Pyflakes rules (F) #27309

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Aug 29, 2024

In preparation for #24994.

The purpose of this PR is to show the kind of changes involved by F rules, because ruff enables F rules by default.

The idea is not necessarily to apply these rules. Rather I would like to start a discussion whether it we should apply or disable these F rules, if pycodestyle was replaced by ruff.

F822 Undefined name in `__all__`
F841 Local variable is assigned to but never used
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.

1 participant