Fixes for #12360 Replacing percent format with f-strings#12464
Fixes for #12360 Replacing percent format with f-strings#12464larsoner merged 48 commits intomne-tools:mainfrom
Conversation
…'ruff check mne --config pyproject.toml --select UP031'
|
Hello! 👋 Thanks for opening your first pull request here! ❤️ We will try to get back to you soon. 🚴 |
|
Thanks for your contribution, @hasrat17! There are numerous tests failing; this would need to be resolved before we can proceed here. Thanks! |
|
Hey @hoechenberger, This is my first contribution to open source; sorry for asking this, but can you please correct me if I am wrong? So I need to run this command |
|
Hello, I won't have time to assist you here, sorry. But I'm sure some of the other developers will chime in 👍 |
larsoner
left a comment
There was a problem hiding this comment.
I gave a couple of hints, can you see if it can help you fix the rest of the errors?
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com>
for more information, see https://pre-commit.ci
|
🎉 Congrats on merging your first pull request! 🥳 Looking forward to seeing more from you in the future! 💪 |
…e-tools#12464) Co-authored-by: Clemens Brunner <clemens.brunner@gmail.com> Co-authored-by: Daniel McCloy <dan@mccloy.info> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>

Reference issue
FIXES #12360
What does this implement/fix?
Replace percent format with format specifiers (f-strings)
Additional information
Used this command to capture percent format

ruff check mne --config pyproject.toml --select UP031