Skip to content

Commit 62b336c

Browse files
committed
fix(pylint): --max-branches spelling, thanks to `typos
1 parent ac480b2 commit 62b336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/pylint

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _pylint()
1313
--ignore | --enable | --evaluation | --max-line-length | \
1414
--max-module-lines | --indent-string | --min-similarity-lines | \
1515
--max-args | --ignored-argument-names | --max-locals | \
16-
--max-returns | --max-branchs | --max-statements | --max-parents | \
16+
--max-returns | --max-branches | --max-statements | --max-parents | \
1717
--max-attributes | --min-public-methods | --max-public-methods | \
1818
--required-attributes | --bad-functions | --module-rgx | \
1919
--const-rgx | --class-rgx | --function-rgx | --method-rgx | \

0 commit comments

Comments
 (0)