You've already forked dotfiles
fix: Adding an ignore setting for pylint to remove calls to adding
function level docsctrings
This commit is contained in:
@@ -12,7 +12,8 @@ return {
|
||||
pylint = {
|
||||
enabled = true,
|
||||
args = {
|
||||
'--disable=line-too-long'
|
||||
'--disable=line-too-long',
|
||||
'--disable=missing-function-docstring'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user