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

Update ruff to 0.5.0 & add rules #1640

Merged

Conversation

Skylion007
Copy link
Contributor

Updates ruff to latest version and enables a few new useful rules.

@@ -154,18 +154,20 @@ select = [
# fix noqas in fsspec/implementations/http.py
"ASYNC",
"B",
"I", # isort
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ISORT rule shouldn't be needed since we are using ruff fmt now anyway.

@martindurant martindurant merged commit 09b07d0 into fsspec:master Jul 1, 2024
11 checks passed
@martindurant
Copy link
Member

+1

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