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

Apply more ruff rules #1660

Merged
merged 8 commits into from
Aug 14, 2024
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

fsspec/core.py Outdated Show resolved Hide resolved
TRY201 Use `raise` without specifying exception name
SIM110 Use `return all` instead of `for` loop
PT014 Duplicate of test case in `@pytest_mark.parametrize`
RUF010 Use explicit conversion flag
RUF100 Unused `noqa` directive
F811 Redefinition of unused `get_data`
PD011 Use `.to_numpy()` instead of `.values`
@martindurant martindurant merged commit ee98ae3 into fsspec:master Aug 14, 2024
11 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the more_ruff branch August 18, 2024 14:31
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