Switch to Python 3, part 1

This commit is contained in:
Dhinak G
2021-01-24 13:51:38 -05:00
parent c655c4a910
commit e94f68d6e3
8 changed files with 601 additions and 633 deletions
+13
View File
@@ -0,0 +1,13 @@
[MASTER]
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
[MESSAGES CONTROL]
disable=unused-import,
subprocess-run-check,
line-too-long,
too-few-public-methods,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring