Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
0ad116d3
Unverified
Commit
0ad116d3
authored
Jul 06, 2021
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jul 06, 2021
Browse files
Adding codespell to .pre-commit-config.yaml (follow-on to PR #3075). (#3076)
parent
8bee61b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.pre-commit-config.yaml
.pre-commit-config.yaml
+11
-0
No files found.
.pre-commit-config.yaml
View file @
0ad116d3
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment