remove references to pylint.conf, replace them with pylintrc
This commit is contained in:
parent
f54f9c6512
commit
3f9612409b
@ -220,7 +220,7 @@ def run(config, *args):
|
||||
return 2
|
||||
|
||||
if config is None:
|
||||
config = _shell.native('pylint.conf')
|
||||
config = _shell.native('pylintrc')
|
||||
argv = [
|
||||
'--rcfile', config,
|
||||
'--reports', 'no',
|
||||
|
@ -220,7 +220,7 @@ def run(config, *args):
|
||||
return 2
|
||||
|
||||
if config is None:
|
||||
config = _shell.native('pylint.conf')
|
||||
config = _shell.native('pylintrc')
|
||||
argv = [
|
||||
'--rcfile', config,
|
||||
'--reports', 'no',
|
||||
|
Loading…
x
Reference in New Issue
Block a user