You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/18 17:13:52 UTC

[GitHub] [tvm] vinx13 commented on a change in pull request #9505: [TVMScript][Fix] Add type hints for more uncovered cases

vinx13 commented on a change in pull request #9505:
URL: https://github.com/apache/tvm/pull/9505#discussion_r752456569



##########
File path: tests/python/unittest/test_tvmscript_type.py
##########
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-# pylint: disable=missing-function-docstring,missing-module-docstring,invalid-name,pointless-string-statement
+# pylint: disable=missing-function-docstring,missing-module-docstring,invalid-name,pointless-string-statement,line-too-long

Review comment:
       rather than disable it, `line-too-long` should be fixed if possible




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org