codespell

Contents

codespell#

codespell checks for common misspellings in source code and documentation. It helps maintain professionalism and clarity in your project. This template runs codespell as part of the QA process and via pre-commit hooks.

Configuration#

The configuration is managed in the .pre-commit-config.yaml file. You can add custom dictionaries or ignore words as needed.