Skip to content

Commit 7e6a220

Browse files
committed
pylint: Bring -f/--format arg completion up to date with pylint 1.9.2
1 parent 5aee5d7 commit 7e6a220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/pylint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _pylint()
5757
return
5858
;;
5959
--format|-!(-*)f)
60-
COMPREPLY=( $( compgen -W 'text parseable colorized msvs html' \
60+
COMPREPLY=( $( compgen -W 'text parseable colorized json msvs' \
6161
-- "$cur" ) )
6262
return
6363
;;

0 commit comments

Comments
 (0)