The flag `--include-ids` is soon to be deprecated for Pylint. This pull request removes that option from pylint-quickmaster
parent
5464fe3e4a
commit
78bf3dd9b2
1 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||||||
# Aliases |
# Aliases |
||||||
alias pylint-quick='pylint --reports=n --include-ids=y' |
alias pylint-quick='pylint --reports=n' |
||||||
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y' |
compdef _pylint-quick pylint-quick='pylint --reports=n' |
||||||
|
|||||||
Loading…
Reference in new issue