Too many lines in module error

Relay frontend py files contain several thousand lines. I open PR to add new operator to TFLite frontend and got error

************* Module tvm.relay.frontend.tflite

python/tvm/relay/frontend/tflite.py:1: [C0302(too-many-lines), ] Too many lines in module (1580/1500)

What should a do now? Should I split the file into two files?

Can I add use some config to allow bigger number of lines for this particular file?

ok I need to add the following after the License text in tflite.py file

from tensorflow.py:

# pylint: disable=import-self, invalid-name, unused-argument, too-many-lines, len-as-condition, broad-except