Skip to content

Commit 974efdc

Browse files
committed
1 parent 07d08f9 commit 974efdc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

linters/mypy/plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ lint:
1818
output: mypy
1919
run:
2020
mypy --ignore-missing-imports --follow-imports=silent --show-error-codes
21-
--show-column-numbers ${target}
21+
--show-column-numbers --no-incremental ${target}
2222
run_from: ${root_or_parent_with_any_config}
23+
batch: true
2324
success_codes: [0, 1]
2425
stdin: false
2526
- name: lint

0 commit comments

Comments
 (0)