Update pylintrc to load the python 3 modernize plugin

This commit is contained in:
Pedro Algarvio 2015-01-07 04:01:31 +00:00
parent 4ce02f960d
commit 31da005e02
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ load-plugins=saltpylint.pep8,
saltpylint.pep263,
saltpylint.strings,
saltpylint.fileperms
saltpylint.py3modernize
# Fileperms Lint Plugin Settings
fileperms-default=0644

View File

@ -18,6 +18,7 @@ load-plugins=saltpylint.pep8,
saltpylint.pep263,
saltpylint.strings,
saltpylint.fileperms
saltpylint.py3modernize
# Fileperms Lint Plugin Settings
fileperms-default=0644