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 assorted ruff rules #171

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

UP010 Unnecessary `__future__` imports for target Python version
UP018 Unnecessary `str` call (rewrite as a literal)
UP031 Use format specifiers instead of percent format
UP031 Use format specifiers instead of percent format
B007 Loop control variable not used within loop body
SIM118 Use `key in dict` instead of `key in dict.keys()`
SIM401 Use `os.environ.get()` instead of an `if` block
RUF010 Use explicit conversion flag
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.

1 participant