Commit 0ad116d3 by Ralf W. Grosse-Kunstleve Committed by GitHub

Adding codespell to .pre-commit-config.yaml (follow-on to PR #3075). (#3076)

parent 8bee61b6
...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment