numcodecs icon indicating copy to clipboard operation
numcodecs copied to clipboard

Migrate codespell configuration to pyproject.toml and get rid of setup.cfg

Open DimitriPapadopoulos opened this issue 3 years ago • 0 comments

File setup.cfg had been created to add the configuration of codespell. Since codespell 2.2.2 the configuration can be read from pyproject.toml.

See [Description of PR].

TODO:

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

DimitriPapadopoulos avatar Oct 28 '22 17:10 DimitriPapadopoulos