jayvdb / sre-tools

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
1 occurrence in this check
TODO: simplify that to r"^.+?\."
76    def test_unused_greedy(self):
77        self._assert_equal(r"^[\s\S]+?\.", r"^.+?\.")
78        self._assert_equal(r"^[^.]+?\.", r"^[^.]+\.")
79        # TODO: simplify that to r"^.+?\."