diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-01-06 06:58:26 -0800 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2019-01-06 06:58:26 -0800 |
| commit | 5d497d0083d8dd3f203586484088d4d405e2026f (patch) | |
| tree | 80b3da6bbbce0aae21c1af93541f6367f48ad5b1 /setup.cfg | |
| parent | 74e16bcb71d33d1b6d2cca3ba001b9280e60c2fa (diff) | |
| download | sphinx-git-5d497d0083d8dd3f203586484088d4d405e2026f.tar.gz | |
Remove redundant mypy config 'incremental'
The mypy config 'incremental` has defaulted as true since version 0.590.
Can drop the local override. For details, see:
https://github.com/python/mypy/commit/6b13652a466ccb102987a2ab1fa93d4b52fd8e3f
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ show_column_numbers = True show_error_context = True ignore_missing_imports = True follow_imports = skip -incremental = True check_untyped_defs = True warn_unused_ignores = True strict_optional = False |
