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

Prefer more f-strings and non-printf-style format #2223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Mar 24, 2024

Follow-up to #2122

Automated fixes considered "safe" only.

Done by running ruff check --fix --select=FLY,G,UP --ignore=UP015,UP038 --exclude=adodbapi

ruff.toml Outdated Show resolved Hide resolved
ruff.toml Outdated

[lint.per-file-ignores]
# TODO: Make adodbapi changes in their own PRs
"adodbapi/*" = ["ISC", "UP"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done in #2094

@Avasam Avasam force-pushed the pyupgrade-checks-with-ruff branch from 8e3f995 to fd8bfa7 Compare June 4, 2024 18:17
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