Miscellaneous pylint fixes.

The following rules are no longer disabled:

- bad-format-string
- duplicate-key
- lost-exception
- trailing-newlines
- unexpected-keyword-arg
- useless-suppression
- using-constant-test
This commit is contained in:
Matt Clay 2017-09-12 18:49:24 -07:00
commit 442af3744e
35 changed files with 17 additions and 43 deletions

View file

@ -199,4 +199,3 @@ def main():
if __name__ == '__main__':
main()