Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
0ad116d3
Unverified
Commit
0ad116d3
authored
Jul 06, 2021
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jul 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding codespell to .pre-commit-config.yaml (follow-on to PR #3075). (#3076)
parent
8bee61b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.pre-commit-config.yaml
+11
-0
No files found.
.pre-commit-config.yaml
View file @
0ad116d3
...
@@ -81,6 +81,17 @@ repos:
...
@@ -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
:
...
...
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