mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't use our own six dictionary fixes in this branch
This commit is contained in:
parent
602bd2d1ef
commit
49da135abd
2 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,8 @@ fileperms-default=0644
|
|||
fileperms-ignore-paths=tests/runtests.py,tests/jenkins*.py,tests/saltsh.py,tests/buildpackage.py
|
||||
|
||||
# Py3 Modernize PyLint Plugin Settings
|
||||
modernize-nofix = libmodernize.fixes.fix_dict_six
|
||||
modernize-nofix = libmodernize.fixes.fix_dict_six,
|
||||
saltpylint.py3modernize.fixes.fix_dict_salt_six
|
||||
|
||||
# Minimum Python Version To Enforce
|
||||
minimum-python-version = 2.6
|
||||
|
|
|
@ -52,7 +52,8 @@ fileperms-default=0644
|
|||
fileperms-ignore-paths=tests/runtests.py,tests/jenkins*.py,tests/saltsh.py,tests/buildpackage.py
|
||||
|
||||
# Py3 Modernize PyLint Plugin Settings
|
||||
modernize-nofix = libmodernize.fixes.fix_dict_six
|
||||
modernize-nofix = libmodernize.fixes.fix_dict_six,
|
||||
saltpylint.py3modernize.fixes.fix_dict_salt_six
|
||||
|
||||
# Minimum Python Version To Enforce
|
||||
minimum-python-version = 2.6
|
||||
|
|
Loading…
Add table
Reference in a new issue