File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ repos:
3030hooks :
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
Original file line number Diff line number Diff 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 = ''
You can’t perform that action at this time.
0 commit comments