style: check spelling in pre-commit (#758)

This commit is contained in:
Henry Schreiner
2021-07-14 13:45:04 -04:00
committed by GitHub
parent 94ce795776
commit 25c27ad283
7 changed files with 20 additions and 12 deletions
+7 -1
View File
@@ -77,6 +77,12 @@ repos:
- id: disallow-caps
name: Disallow improper capitalization
language: pygrep
entry: PyBind|Numpy|Cmake|Github
entry: PyBind|Numpy|Cmake|Github|PyTest
types:
- markdown
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
- id: codespell
args: ["-L", "sur"]