)]}'
{
  "commit": "4088eb434ba65a9d0a2f578d7d54cc9567f44cbe",
  "tree": "9354ec12b3bd968426076c6bbaf3831328344649",
  "parents": [
    "55536286019c5c85314ea8a309a09c13976fac9a"
  ],
  "author": {
    "name": "Mark E. Hamilton",
    "email": "mhamilt@sandia.gov",
    "time": "Wed Feb 10 10:44:30 2016 -0700"
  },
  "committer": {
    "name": "Mark E. Hamilton",
    "email": "mhamilt@sandia.gov",
    "time": "Mon Feb 15 10:29:02 2016 -0700"
  },
  "message": "repo: Cleaned up pylint/pep8 violations\n\nI noticed when running pylint (as the SUBMITTING_PATCHES file directs)\nthat there were a number of violations reported. This makes it difficult\nto see violations I might have introduced. This commit corrects all\npylint violations in the repo script.\n\nFirst I ran this to clean up the formatting:\n\n autopep8 --max-line-length\u003d80 --indent-size 2 repo\n\nFollowing that the following violations remained:\n\n% pylint --rcfile\u003d.pylintrc repo\n************* Module repo\nW:220,21: Redefining name \u0027init_optparse\u0027 from outer scope (line 156)\n(redefined-outer-name)\nW:482, 2: No exception type(s) specified (bare-except)\nC:704, 0: Old-style class defined. (old-style-class)\n\nFor line 220, the parameter to _GitcInitOptions was renamed so as not to\nmask the init_optparse global.\n\nFor line 482, a pylint directive was added to disable the bare-execpt\nviolation for just that line.\n\nFor line 704, the _Options class was changed to subclass object.\n\nAdditionally, the comments at lines 107-113 were spaced out to line up\nwith the comment at line 112 that autopep8 moved.\n\nThis script now has a pylint score of 10.0\n\nChange-Id: I779b66eb6b061a195d3c4372b99dec1b6d2a214f\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6ebfcd92be46744f7c3eeea24c92618b6446c1e8",
      "old_mode": 33261,
      "old_path": "repo",
      "new_id": "4721174217b9a7e1242af8d799408785955bee74",
      "new_mode": 33261,
      "new_path": "repo"
    }
  ]
}
