Skip to content

Commit 7a218d3

Browse files
committed
[IDEA] Убрать проверку линтера codespell для конспектов (#551)
Closes #551
1 parent f9303bf commit 7a218d3

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ repos:
9292
- --ignore-regex=^\s*"image\/(jpeg|png|gif|bmp|tiff)":\s.*
9393
- --ignore-regex=[A-Za-z0-9+/]{100,}
9494
- --skip=*.js,*.html,*.css,*.svg",*.json,*.png,*.jpg,*.yml,*.yaml
95+
exclude: '^python/makarov/|^python/oop\.ipynb$'
9596
- repo: https://github.com/nbQA-dev/nbQA
9697
rev: 1.9.0
9798
hooks:
@@ -264,15 +265,3 @@ repos:
264265
# pass_filenames: false
265266
# always_run: true
266267
# additional_dependencies: [pytest-html]
267-
268-
- repo: https://github.com/codespell-project/codespell
269-
rev: v2.3.0
270-
hooks:
271-
- id: codespell
272-
additional_dependencies:
273-
- tomli
274-
args:
275-
- --ignore-regex=^\s*"image\/(jpeg|png|gif|bmp|tiff)":\s.*
276-
- --ignore-regex=[A-Za-z0-9+/]{100,}
277-
- --skip=*.js,*.html,*.css,*.svg",*.json,*.png,*.jpg,*.yml,*.yaml
278-

0 commit comments

Comments
 (0)