We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3742cb commit a385dc6Copy full SHA for a385dc6
.pre-commit-config.yaml
@@ -74,6 +74,11 @@ repos:
74
language: pygrep
75
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
76
exclude: .pre-commit-config.yaml
77
+ - id: disallow-misspell
78
+ name: Disallow misspelled words
79
+ language: pygrep
80
+ entry: "[Ll]angauge"
81
+ exclude: .pre-commit-config.yaml
82
83
- repo: https://github.com/abravalheri/validate-pyproject
84
rev: "v0.18"
0 commit comments