Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: why not mypy strict? #25

Closed
tomsquest opened this issue Oct 4, 2022 · 1 comment
Closed

question: why not mypy strict? #25

tomsquest opened this issue Oct 4, 2022 · 1 comment

Comments

@tomsquest
Copy link

Hi,

In your article and this project, a few MyPy configurations are setuped.

I wonder why MyPy strict is not replacing some of them?

For instance, MyPy version 0.942 defines --strict as:

  --strict                  Strict mode; enables the following flags: --warn-unused-configs,
                            --disallow-any-generics, --disallow-subclassing-any, --disallow-
                            untyped-calls, --disallow-untyped-defs, --disallow-incomplete-
                            defs, --check-untyped-defs, --disallow-untyped-decorators, --no-
                            implicit-optional, --warn-redundant-casts, --warn-unused-ignores,
                            --warn-return-any, --no-implicit-reexport, --strict-equality
@jerry-git
Copy link
Collaborator

Thank you for the suggestion! Added in #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants