Skip to content

Commit 0722748

Browse files
committed
Revert "Update .pre-commit-config.yaml"
This reverts commit 03a5072.
1 parent 391aeba commit 0722748

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ 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$'
9695
- repo: https://github.com/nbQA-dev/nbQA
9796
rev: 1.9.0
9897
hooks:
@@ -265,3 +264,15 @@ repos:
265264
# pass_filenames: false
266265
# always_run: true
267266
# 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)