-
Notifications
You must be signed in to change notification settings - Fork 5
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
[pre-commit.ci] pre-commit autoupdate #44
base: main
Are you sure you want to change the base?
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.6...v0.9.2)
060c183
to
71aa024
Compare
"pre-commit.ci autofix" |
@@ -456,7 +456,7 @@ def get_tiled_filename(input_file: Path, locator: dict | None = None) -> Path: | |||
""" | |||
if locator is not None: | |||
return input_file.with_suffix( | |||
f".r{int(locator['row']):02d}c{int(locator['col']):02d}{input_file.suffix}" | |||
f'.r{int(locator["row"]):02d}c{int(locator["col"]):02d}{input_file.suffix}' |
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.
thanks ruff?
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.
This looks fine to me. but I pushed up the changes. so someone else should review probably.
updates: