Skip to content

Commit

Permalink
ENH: add codespell to pre-commit since we otherwise let typos sneak in
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 21, 2024
1 parent 395b707 commit e2671f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,13 @@ repos:
- flake8-builtins
- flake8-unused-arguments

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli


default_language_version:
python: python3.11

0 comments on commit e2671f9

Please sign in to comment.