Skip to content

Commit

Permalink
Add poethepoet (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
datnguye authored Apr 1, 2023
1 parent 5f90035 commit 286054d
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 6 deletions.
155 changes: 154 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-translate"
version = "0.1.0"
version = "1.0.0"
description = "✨ Helps to convert **Numbers** to **Words** ✨"
authors = ["datnguye <[email protected]>"]
readme = "README.md"
Expand All @@ -11,13 +11,15 @@ python = "^3.9"
dbt-core = "~1.3.0"
dbt-snowflake = "~1.3.0"
dbt-sqlserver = "~1.3.0"
pre-commit = "^3.2.1"
poethepoet = "^0.19.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poe.tasks]
hook_commit = "pre-commit install --install-hooks"
hook_commit_msg = "pre-commit install --hook-type commit-msg"
test_snowflake = "dbt build --target snowflake"
test_sqlserver = "dbt build --target sqlserver"
hook_commit = "pre-commit install --install-hooks"
hook_commit_msg = "pre-commit install --hook-type commit-msg"
test_snowflake = "dbt build --target snowflake"
test_sqlserver = "dbt build --target sqlserver"

0 comments on commit 286054d

Please sign in to comment.