File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Mypy
4747 run : |
48- poetry run mypy --incremental --show-error-codes --pretty src
48+ poetry run mypy --incremental --no-install-types -- show-error-codes --pretty src
4949
5050 - name : Tests
5151 run : |
Original file line number Diff line number Diff line change 2424format : isort black
2525
2626mypy :
27- poetry run mypy --incremental --install-types --show-error-codes --pretty src
27+ poetry run mypy --incremental --no- install-types --show-error-codes --pretty src
2828
2929pre_commit :
3030 poetry run pre-commit run -a
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ check_untyped_defs = True
33disallow_any_generics = True
44disallow_untyped_defs = True
55implicit_reexport = False
6- no_implicit_reexport = True
76no_implicit_optional = True
7+ no_implicit_reexport = True
8+ show_error_codes = True
89strict_equality = True
910strict_optional = True
1011warn_redundant_casts = True
1112warn_return_any = True
1213warn_unreachable = True
1314warn_unused_ignores = True
14- show_error_codes = True
You can’t perform that action at this time.
0 commit comments