Mypy: No config file option corresponding to --strict

Created on 1 Mar 2017  路  8Comments  路  Source: python/mypy

strict = True in the config should enable the strict mode, but it doesn't work.

feature priority-2-low

Most helpful comment

This was merged in #8192. You can just put strict = True in a config file now.

All 8 comments

Closing this as per discussion on #2941.

Looks like this is in such demand that we should just support it. I'm calling for PRs (or revival of the existing PR).

Some work on this was done in #2941, which might be useful to anyone picking this up.

This got fixed I believe

If this is fixed, how do I use it? where is it documented @msullivan?

@briggySmalls looks like the PR for this was never merged.

This was merged in #8192. You can just put strict = True in a config file now.

Oh nice! Thanks people 馃憦

Was this page helpful?
0 / 5 - 0 ratings