Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad36dad

Browse files
committed
Opt-out of "pretty" formatting
1 parent 351e90e commit ad36dad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def cmd(self):
7575
cmd = [
7676
'mypy',
7777
'${args}',
78+
'--no-pretty',
7879
'--show-column-numbers',
7980
'--hide-error-context',
8081
'--no-error-summary',

0 commit comments

Comments
 (0)