)]}'
{
  "commit": "bb5b1a076b86a67508bbcc94baf08deea50e1d09",
  "tree": "2a6778983b838539292134a72fb6a0ec77b39456",
  "parents": [
    "e01ee026e63688606183025606a4879146dba20a"
  ],
  "author": {
    "name": "David Pursehouse",
    "email": "dpursehouse@collab.net",
    "time": "Fri Sep 02 14:20:38 2016 +0900"
  },
  "committer": {
    "name": "David Pursehouse",
    "email": "dpursehouse@collab.net",
    "time": "Wed Sep 14 09:49:02 2016 +0200"
  },
  "message": "Replace pylint with pyflakes/flake8\n\npylint reports a lot of warnings, but many of them are false positive,\nand it\u0027s difficult to configure it. It also seems that for some reason\nthe included config file is not working well with the latest version.\n\nUpdate the documentation to recommend using pyflakes and flake8 instead\nof pylint. Remove the pylint config and add a basic flake8 config with\nminimum settings:\n\n- Maximum line length 80 columns\n- Ignore warnings about indentation (repo uses 2 rather than expected 4)\n- Ignore warnings about import placement\n\nIn this commit no code cleanup is done, and it\u0027s expected that most of\nthe files will throw up quite a few warnings, at least for flake8. These\ncan be cleaned up in follow-up commits.\n\nThe existing pylint suppression comments are left as-is. These will be\nhelpful when cleaning up pyflakes warnings later.\n\nChange-Id: I2f7cb4340266ed07cc973ca6483b8f09d66a765b\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "45ab6562f86dc14b2f9701b715e9b52eaad6b1a4",
      "new_mode": 33188,
      "new_path": ".flake8"
    },
    {
      "type": "delete",
      "old_id": "413d66a146e0399b9ce9e57ccd21c1ea3af1d6ed",
      "old_mode": 33188,
      "old_path": ".pylintrc",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "085ae06a63238fb2347ffb62a496e85d071f77b5",
      "old_mode": 33188,
      "old_path": "SUBMITTING_PATCHES.md",
      "new_id": "07f76616dec9bd7eaeab317fcda3aa4380a67e6b",
      "new_mode": 33188,
      "new_path": "SUBMITTING_PATCHES.md"
    }
  ]
}
