mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
This commit is contained in:
parent
8bee61b645
commit
0ad116d371
@ -81,6 +81,17 @@ repos:
|
|||||||
stages: [manual]
|
stages: [manual]
|
||||||
additional_dependencies: [cmake, ninja]
|
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
|
# The original pybind11 checks for a few C++ style items
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user