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 Jun 5, 2024
1 parent c1cf59c commit 1f80cef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ repos:
- types-setuptools

args:
- --cache-dir=/dev/null
- --cache-dir=nul
- --no-incremental
- --non-interactive
- --install-types
- --explicit-package-bases
- --ignore-missing-imports
- --disallow-untyped-calls
Expand All @@ -148,14 +147,14 @@ repos:
- --warn-return-any



- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
hooks:
- id: mypy
args:
- --cache-dir=/dev/null
- --cache-dir=nul
- --no-incremental
- --non-interactive
- --install-types
- --explicit-package-bases
- --ignore-missing-imports
- --disallow-untyped-calls
Expand Down

0 comments on commit 1f80cef

Please sign in to comment.