Skip to content

Commit 692ab13

Browse files
committed
temporarily remove codespell which is incorrectly causing commit failures until we can better tune it.
1 parent c46e38e commit 692ab13

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ repos:
3030
hooks:
3131
- id: sphinx-lint
3232
# Configuration for codespell is in pyproject.toml
33-
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.3.0
35-
hooks:
36-
- id: codespell
37-
exclude: (package-lock.json|/locale/)
38-
additional_dependencies:
39-
- tomli
33+
#- repo: https://github.com/codespell-project/codespell
34+
# rev: v2.3.0
35+
# hooks:
36+
# - id: codespell
37+
# exclude: (package-lock.json|/locale/)
38+
# additional_dependencies:
39+
# - tomli

‎pyproject.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ exclude = '''
1010
'''
1111

1212
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
13-
[tool.codespell]
14-
skip = '.git,package-lock.json,locale'
15-
check-hidden = true
16-
ignore-regex = '.*pragma: codespell-ignore.*'
13+
#[tool.codespell]
14+
#skip = '.git,package-lock.json,locale'
15+
#check-hidden = true
16+
#ignore-regex = '.*pragma: codespell-ignore.*'
1717
# ignore-words-list = ''

0 commit comments

Comments
(0)