Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dmypy: warn instead of failing if report generation is configured (#1…
…0181) ### Description Log a warning instead of failing when `dmypy run` is called on a project that has report generation configured via setup.cfg Resolves #10118 ## Test Plan 1. Built package locally 2. Installed into my virtualenv 3. Created test project with mypy.ini contents: ```ini [mypy] html_report = build/html ``` 1. Ran `dmypy run .` Result: ``` dmypy run . dmypy: ignoring report generation settings. Start/restart cannot generate reports. Daemon started ```
- Loading branch information