mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Update pylintrc to load the python 3 modernize plugin
This commit is contained in:
parent
4ce02f960d
commit
31da005e02
@ -31,7 +31,7 @@ load-plugins=saltpylint.pep8,
|
||||
saltpylint.pep263,
|
||||
saltpylint.strings,
|
||||
saltpylint.fileperms
|
||||
|
||||
saltpylint.py3modernize
|
||||
|
||||
# Fileperms Lint Plugin Settings
|
||||
fileperms-default=0644
|
||||
|
@ -18,6 +18,7 @@ load-plugins=saltpylint.pep8,
|
||||
saltpylint.pep263,
|
||||
saltpylint.strings,
|
||||
saltpylint.fileperms
|
||||
saltpylint.py3modernize
|
||||
|
||||
# Fileperms Lint Plugin Settings
|
||||
fileperms-default=0644
|
||||
|
Loading…
Reference in New Issue
Block a user