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 07c536a commit d78a526Copy full SHA for d78a526
.pre-commit-config.yaml
@@ -41,10 +41,6 @@ repos:
41
rev: v2.4.1
42
hooks:
43
- id: codespell
44
- args: ["-LHEP"]
45
- exclude:
46
- - ^docs/usage/intro.ipynb$
47
- - ^docs/src/pytree.ipynb$
48
49
- repo: https://github.com/rbubley/mirrors-prettier
50
rev: "v3.6.2"
pyproject.toml
@@ -286,3 +286,7 @@ disallow_untyped_calls = false
286
module = "vector._pytree"
287
# optree register_node typing requires vectors to be Collection, unnecessarily
288
disable_error_code = ["call-arg", "arg-type"]
289
+
290
+[tool.codespell]
291
+ignore-words-list = "HEP"
292
+ignore-regex = "[A-Za-z0-9+/]{100,}"
0 commit comments