codespell fixes and adding .codespell-ignorelines

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-07-06 14:31:18 -07:00
parent 704daac879
commit 00b0365ca3
5 changed files with 18 additions and 4 deletions

View File

@@ -92,7 +92,8 @@ repos:
entry: codespell
language: python
types: [text]
args: ["-q", "3", "--skip", "*.supp", "-L", "nd,ot,thist,readded"]
args: ["-q", "3", "--skip", "*.supp", "-L", "nd,ot,thist,readded",
"--exclude-file", ".codespell-ignorelines"]
# The original pybind11 checks for a few C++ style items
- repo: local