Background
In PR #1148, the file components/core/tools/scripts/db/init-db.py was modified to remove the YAML config dependency and switch to environment variables and CLI arguments.
This Python script should be added to the lint:py task in taskfiles/lint.yaml to ensure it's included in the Python linting workflow.
Tasks
References
Requested by: @junhaoliao
Background
In PR #1148, the file
components/core/tools/scripts/db/init-db.pywas modified to remove the YAML config dependency and switch to environment variables and CLI arguments.This Python script should be added to the
lint:pytask intaskfiles/lint.yamlto ensure it's included in the Python linting workflow.Tasks
lint:pytask intaskfiles/lint.yamlto includecomponents/core/tools/scripts/db/init-db.pyor its parent directoryReferences
Requested by: @junhaoliao