Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Oct 14, 2024
1 parent a11cc0c commit c6ef0cb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repos:
repos:
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
Expand Down Expand Up @@ -76,6 +76,7 @@ repos:
- tomli
args:
- --ignore-regex=^\s*"image\/(jpeg|png|gif|bmp|tiff)":\s.*
- --ignore-regex=[A-Za-z0-9+/]{100,}
- --skip=*.js,*.html,*.css,*.svg",*.json,*.png,*.jpg,*.yml,*.yaml
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
Expand Down Expand Up @@ -127,6 +128,9 @@ repos:
- types-setuptools

args:
# - --cache-dir=/dev/null
# - --cache-dir=nul
# - --no-incremental
- --non-interactive
- --install-types
- --explicit-package-bases
Expand All @@ -145,6 +149,7 @@ repos:
- --warn-unreachable
- --warn-redundant-casts
- --warn-return-any
- --disallow-any-explicit



Expand All @@ -153,6 +158,9 @@ repos:
hooks:
- id: mypy
args:
# - --cache-dir=/dev/null
# - --cache-dir=nul
# - --no-incremental
- --non-interactive
- --install-types
- --explicit-package-bases
Expand All @@ -171,6 +179,7 @@ repos:
- --warn-unreachable
- --warn-redundant-casts
- --warn-return-any
- --disallow-any-explicit


additional_dependencies:
Expand Down

0 comments on commit c6ef0cb

Please sign in to comment.