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

