)]}'
{"doc/source/conf.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"be8bd6562103c5f7f8cd5897ac480f609fe5c4cc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"9f560f44_51b986c9","updated":"2020-08-27 09:58:41.000000000","message":"Alternatively, just exclude this file from pre-commit checks","commit_id":"827c206f02d212e11bd0847d8e416c63d9f9e592"},{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"59d93024316675ab946a0ceddbc2bb95dd53ca87","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"9f560f44_b1ad8232","in_reply_to":"9f560f44_51b986c9","updated":"2020-08-27 10:13:16.000000000","message":"Are we sure we want to exclude it? I\u0027m not sure, I mean, we also run pep8 checks against this dir too so pre-commit checks are welcome too, isn\u0027t?","commit_id":"827c206f02d212e11bd0847d8e416c63d9f9e592"}],"tools/simulator.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"be8bd6562103c5f7f8cd5897ac480f609fe5c4cc","unresolved":false,"context_lines":[{"line_number":1,"context_line":"#!/usr/bin/python"},{"line_number":2,"context_line":"#    Licensed under the Apache License, Version 2.0 (the \"License\"); you may"},{"line_number":3,"context_line":"#    not use this file except in compliance with the License. You may obtain"},{"line_number":4,"context_line":"#    a copy of the License at"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_11bd4e01","line":1,"range":{"start_line":1,"start_character":2,"end_line":1,"end_character":17},"updated":"2020-08-27 09:58:41.000000000","message":"#!/usr/bin/env python3","commit_id":"827c206f02d212e11bd0847d8e416c63d9f9e592"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"be8bd6562103c5f7f8cd5897ac480f609fe5c4cc","unresolved":false,"context_lines":[{"line_number":11,"context_line":"#    License for the specific language governing permissions and limitations"},{"line_number":12,"context_line":"#    under the License."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"import eventlet  # noqa"},{"line_number":15,"context_line":"eventlet.monkey_patch()  # noqa"},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"import argparse # noqa"},{"line_number":18,"context_line":"import bisect # noqa"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_71848a0b","line":15,"range":{"start_line":14,"start_character":0,"end_line":15,"end_character":31},"updated":"2020-08-27 09:58:41.000000000","message":"Surround this with try-except and you don\u0027t need the noqa\n\n  try:\n      # Avoid https://github.com/PyCQA/pycodestyle/issues/472\n      import eventlet\n      eventlet.monkey_patch()\n  except ImportError:\n      raise\n\nIt\u0027s silly, but it works","commit_id":"827c206f02d212e11bd0847d8e416c63d9f9e592"}]}
