-
Notifications
You must be signed in to change notification settings - Fork 86
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
upgrade ruff and other dev packages #4794
base: master
Are you sure you want to change the base?
upgrade ruff and other dev packages #4794
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions here and there...
@hemslo is going to love this, he's the comprehension king 😂
"TC001", # Type-checking block | ||
"TC002", # Type-checking block | ||
"TC003", # Type-checking block | ||
"TC004", # Type-checking block |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we plan to enable these in the future? I thought it was the main benefit of flake8-type-checking
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes and no. We should discuss this before enabling it because I wouldn't say I like the actual implications and syntax.
This PR updates the dev dependencies. Additionally, it enables 3 more ruff checks:
Ticket: APPSRE-11307