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

WIP code #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix some dead code
intgr committed Dec 4, 2021
commit 147a7376fe55dc0423fdd846ba8e657fd466d477
Original file line number Diff line number Diff line change
@@ -280,7 +280,7 @@ private static List<Issue> runMypy(Project project, Set<String> filesToScan, Str
if (daemon) {
cmd.addParameter("run");
cmd.addParameter("--");
cmd.addParameter("``--show-column-numbers");
cmd.addParameter("--show-column-numbers");
} else {
cmd.addParameter("--show-column-numbers");
}