Closed rlange2 closed 4 years ago
black . && flake8
whats-new.rst
A few cases where str.format() is used instead of its corresponding f-string were left in the code due to readability. The rest should be taken care of.
str.format()
I put your suggestions into the code. There were a few occurrences of not yet updated strings and strings to merge. That should do it for now.
Merged, thanks @rlange2 !
I feel less alone in this repo now :)
black . && flake8
whats-new.rst
A few cases where
str.format()
is used instead of its corresponding f-string were left in the code due to readability. The rest should be taken care of.