Skip to content

Move ruff config to root, remove duplicate config#256

Open
MridulS wants to merge 1 commit intomainfrom
root_ruff
Open

Move ruff config to root, remove duplicate config#256
MridulS wants to merge 1 commit intomainfrom
root_ruff

Conversation

@MridulS
Copy link
Member

@MridulS MridulS commented Mar 18, 2026

No description provided.

@MridulS MridulS requested a review from YooSunYoung March 18, 2026 13:15
@@ -0,0 +1,38 @@
line-length = 88
Copy link
Member

@YooSunYoung YooSunYoung Mar 18, 2026

Choose a reason for hiding this comment

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

Can we increase this limit to 128 instead...? It makes the notebooks super ugly.... Actually it was in the ignore list

"B018", # 'useless expressions' are ok because some tests just check for exceptions
]
"*.ipynb" = [
"E501", # longer lines are sometimes more readable
Copy link
Member

Choose a reason for hiding this comment

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

I think this ignore rule was ignored??

Copy link
Member

@YooSunYoung YooSunYoung left a comment

Choose a reason for hiding this comment

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

Notebooks shouldn't have the fixes related to E501 but other than that, it's fine...?

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