mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
This commit is contained in:
parent
8bee61b645
commit
0ad116d371
@ -81,6 +81,17 @@ repos:
|
||||
stages: [manual]
|
||||
additional_dependencies: [cmake, ninja]
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
name: codespell
|
||||
description: Checks for common misspellings in text files.
|
||||
entry: codespell
|
||||
language: python
|
||||
types: [text]
|
||||
args: ["-q", "3", "--skip", "*.supp", "-L", "nd,ot,thist,readded"]
|
||||
|
||||
# The original pybind11 checks for a few C++ style items
|
||||
- repo: local
|
||||
hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user