mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-10 10:40:42 +00:00
Custom PyLint plugins
pint_checker
: to handleprint
statements as warnings.- Add it to
.pylintrc
asload-plugins=ingestion.plugins.print_checker
under[MASTER]
.
- Add it to
You'll need to update the path of pylint
at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins"
.