Skip to content

Commit

Permalink
Fix strict in mypy pre-commit-config because it does not respect the …
Browse files Browse the repository at this point in the history
…--disable-error-code import-untyped.
  • Loading branch information
argythana committed Jun 18, 2024
1 parent 699d9d1 commit 8cd3fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
rev: "v1.10.0"
hooks:
- id: "mypy"
args: ["--strict", "--ignore-missing-imports", "--disable-error-code", "import-untyped"]
args: ["--ignore-missing-imports", "--disable-error-code", "import-untyped"]

- repo: "https://github.com/pycqa/isort"
rev: "5.13.2"
Expand Down

0 comments on commit 8cd3fa3

Please sign in to comment.