We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff format
1 parent 323e632 commit be82446Copy full SHA for be82446
mriqc/cli/version.py
@@ -77,9 +77,7 @@ def check_latest():
77
78
if cachefile is not None and latest is not None:
79
with suppress(Exception):
80
- cachefile.write_text(
81
- '|'.join((f'{latest}', datetime.now(tz=UTC).strftime(DATE_FMT)))
82
- )
+ cachefile.write_text('|'.join((f'{latest}', datetime.now(tz=UTC).strftime(DATE_FMT))))
83
84
return latest
85
0 commit comments