heitorpolidoro / bartholomew-smith

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
5 occurrences in this check
  8from src.helpers import pull_request_helper
  9
 10IGNORING_TITLE = "In the default branch 'default_branch', ignoring."
 11# TODO Reordenar os metodos 12
 13__tracebackhide__ = True
 14
# TODO better way to test the managers separately
  55    #         patch.object(Repository, "get_pulls", return_value=[self.pull_request]).start()
  56    #         patch.object(Repository, "create_pull", return_value=self.pull_request).start()
  57    #         patch.object(Repository, "create_git_release").start()
  58    #         # TODO better way to test the managers separately  59    #         patch.object(Config.release_manager, "enabled", False).start()
  60    #
  61    @staticmethod
# # TODO better way to test the managers separately
 56#     #         patch.object(Repository, "get_pulls", return_value=[self.pull_request]).start()
 57#     #         patch.object(Repository, "create_pull", return_value=self.pull_request).start()
 58#     #         patch.object(Repository, "create_git_release").start()
 59#     #         # TODO better way to test the managers separately 60#     #         patch.object(Config.release_manager, "enabled", False).start()
 61#     #
 62#     @staticmethod
TODO Remove?
 16    return Mock(full_name="repo_full_name")
 17
 18
 19# TODO Remove? 20default_configs()
 21
 22
108    check_run: EventCheckRun,
109) -> None:  # pragma: no cover
110    """Update the version in the file"""
111    # TODO validations112    # config format: must have a file_path and a pattern
113    # pattern format: must have a $version variable
114