Skip to content

Commit 52eac36

Browse files
Update .pre-commit-config.yaml
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
1 parent 81ffb50 commit 52eac36

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,15 @@ repos:
264264
pass_filenames: false
265265
always_run: true
266266
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)