Ayush Shah 462b2f9445
Fix Latest Pylint 3.0.0 issues (#13413)
* Fix Latest Pylint issues

* add compatible bound to pylint version
2023-10-03 07:43:09 +02:00
..

Custom PyLint plugins

  • pint_checker: to handle print statements as warnings.
    • Add it to .pylintrc as load-plugins=ingestion.plugins.print_checker under [MASTER].

You'll need to update the path of pylint at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins".