[console_scripts]
dbt-col-lineage=dbt_column_lineage.cli.main:main
format=format:format_code
test=run_tests:run_tests
test-e2e=run_tests:run_tests_e2e
test-integration=run_tests:run_tests_integration
test-unit=run_tests:run_tests_unit
type-check=type_check:type_check

