8000 Only honor --warn-unused-configs in non-incremental mode by gvanrossum · Pull Request #6829 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Only honor --warn-unused-configs in non-incremental mode #6829

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
  • Loading branch information
Guido van Rossum committed May 14, 2019
commit 247f0571ced869855fe16f3a2885a1e91c24f662
1 change: 1 addition & 0 deletions test-data/unit/cmdline.test
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ s1.py:2: error: Incompatible return value type (got "int", expected "str")
[file mypy.ini]
[[mypy]
warn_unused_configs = True
incremental = False
[[mypy-bar]
[[mypy-foo]
[[mypy-baz.*]
Expand Down
0