You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to include non-python files like the .pre-commit-conf.yml in the whl so that pre-commit run --all-files works without having to copy this config file into an image from source? Should we do this? Look into manifest.in --eww, what is the spec for an ini file?-- Prefer pyproject.toml
Is this also a way to include non-python files in a whl install? .sql files? See dsdk_cookie, cdisepsis, palliativeconnect, conversationconnect ./predict/sql/mssql/.sql assets.
The text was updated successfully, but these errors were encountered:
Manage non-python dependencies:
pre-commit run --all-files
works without having to copy this config file into an image from source? Should we do this? Look intomanifest.in
--eww, what is the spec for an ini file?-- Prefer pyproject.tomlThe text was updated successfully, but these errors were encountered: