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 <55090151+ruslansenatorov@users.noreply.github.com>
  • Loading branch information
ruslansenatorov committed May 12, 2024
1 parent 3c747b5 commit f021344
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ repos:
- types-setuptools

args:
- --cache-dir=/dev/null
- --cache-dir=nul
- --no-incremental
- --explicit-package-bases
- --install-types
- --non-interactive
- --ignore-missing-imports
- --disallow-untyped-calls
- --disallow-untyped-defs
Expand All @@ -142,9 +143,10 @@ repos:
hooks:
- id: mypy
args:
- --cache-dir=/dev/null
- --cache-dir=nul
- --no-incremental
- --explicit-package-bases
- --install-types
- --non-interactive
- --ignore-missing-imports
- --disallow-untyped-calls
- --disallow-untyped-defs
Expand Down

0 comments on commit f021344

Please sign in to comment.