-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Start applying ruff rules to notebooks (ruff 0.6+) #2115
base: main
Are you sure you want to change the base?
Start applying ruff rules to notebooks (ruff 0.6+) #2115
Commits on Nov 5, 2024
-
Apply ruff/Pyflakes rule F401 to notebooks
F401 imported but unused
Configuration menu - View commit details
-
Copy full SHA for 5edfe6c - Browse repository at this point
Copy the full SHA 5edfe6cView commit details -
Apply ruff/Pyflakes rule F811 to notebooks
F811 Redefinition of unused
Configuration menu - View commit details
-
Copy full SHA for cb398b0 - Browse repository at this point
Copy the full SHA cb398b0View commit details -
Apply ruff/pycodestyle rule W291 rule to notebooks
W291 Trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for 396a165 - Browse repository at this point
Copy the full SHA 396a165View commit details -
Appply ruff/pycodestyle rule W293 to notebooks
W293 Blank line contains whitespace
Configuration menu - View commit details
-
Copy full SHA for 12f6df8 - Browse repository at this point
Copy the full SHA 12f6df8View commit details -
Apply ruff/isort rule I001 to notebooks
I001 Import block is un-sorted or un-formatted
Configuration menu - View commit details
-
Copy full SHA for 04ee419 - Browse repository at this point
Copy the full SHA 04ee419View commit details -
Apply ruff/pyupgrde rule UP031 to notebooks
UP031 Use format specifiers instead of percent format
Configuration menu - View commit details
-
Copy full SHA for bd2d489 - Browse repository at this point
Copy the full SHA bd2d489View commit details -
Apply ruff/pyupgrade rule UP032 to notebooks
UP032 Use f-string instead of `format` call
Configuration menu - View commit details
-
Copy full SHA for 43606ce - Browse repository at this point
Copy the full SHA 43606ceView commit details -
Apply ruff/pyupgrade rule UP033 to notebooks
UP033 Use `@functools.cache` instead of `@functools.lru_cache(maxsize=None)`
Configuration menu - View commit details
-
Copy full SHA for 5141321 - Browse repository at this point
Copy the full SHA 5141321View commit details -
Apply ruff rule RUF010 to notebooks
RUF010 Use explicit conversion flag
Configuration menu - View commit details
-
Copy full SHA for f10e623 - Browse repository at this point
Copy the full SHA f10e623View commit details -
Apply ruff/pycodestyle rule E402 to notebooks
E402 Module level import not at top of cell
Configuration menu - View commit details
-
Copy full SHA for c3c3a99 - Browse repository at this point
Copy the full SHA c3c3a99View commit details -
Many of them are referencing data that we don't have access to.
Configuration menu - View commit details
-
Copy full SHA for a723011 - Browse repository at this point
Copy the full SHA a723011View commit details