numcodecs icon indicating copy to clipboard operation
numcodecs copied to clipboard

Change occurrences of format() to f-strings

Open DimitriPapadopoulos opened this issue 1 year ago • 1 comments

Also change one occurrence of % to format(), as changing to an f-string would result in a very long line.

TODO:

  • [ ] Unit tests and/or doctests in docstrings
  • [x] Tests pass locally
  • [ ] Docstrings and API docs for any new/modified user-facing classes and functions
  • [x] Changes documented in docs/release.rst
  • [x] Docs build locally
  • [x] GitHub Actions CI passes
  • [x] Test coverage to 100% (Codecov passes)

DimitriPapadopoulos avatar May 28 '23 09:05 DimitriPapadopoulos