Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move codespell options around (zarr-developers#1196)
Starting with codespell 2.2.2, options can be specified in `pyrpoject.toml` in addition to `setup.cfg`: https://github.com/codespell-project/codespell#using-a-config-file Specifying options in a config file instead of command line options in `.pre-commit-config.yaml` ensures codespell uses the same options when run as pre-commit hook or from the command line in the repository root directory.
- Loading branch information