Skip to content

Commit

Permalink
Merge pull request #41 from ImperialCollegeLondon/add_codespell_to_te…
Browse files Browse the repository at this point in the history
…mplate

Add codespell to template's pre-commit config
  • Loading branch information
alexdewar authored Jul 25, 2024
2 parents f12e3df + 5e1679e commit abefe46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file.
5 changes: 5 additions & 0 deletions {{ cookiecutter.project_slug }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ repos:
rev: v0.40.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
args: [-L, .codespell_ignore.txt]

0 comments on commit abefe46

Please sign in to comment.