-
Notifications
You must be signed in to change notification settings - Fork 78
infra: migrate to uv and ruff #251
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
base: main
Are you sure you want to change the base?
Conversation
…-azure-auth version to 5.2.0
JonasKs
left a comment
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.
Oh wow, tusen takk!
I'm on vacation, so I won't be able to do a proper review until late next week/early August.
|
Hi @JonasKs . Any chance to look into it? |
|
Hi, om so sorry, I've totally forgotten. I'll try to get to it this weekend. Thanks for the ping! |
|
Sorry! I didn't get time to do this. I'll get to it next week! |
| - id: flake8 | ||
| additional_dependencies: [ |
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.
Why are you keeping these flake8 hooks?
| hooks: | ||
| - id: isort | ||
| "flake8-deprecated==2.1", # Looks for method deprecations | ||
| "flake8-use-fstring==1.4", # Enforces use of f-strings over .format and %s |
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.
flake8-use-fstring can be handled by the UP032 rule.
You don't need to keep flake8 around for this.
https://docs.astral.sh/ruff/rules/f-string/
Closes #210