mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-03 21:21:37 +00:00
codespell fixes and adding .codespell-ignorelines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user