1
0
mirror of synced 2025-12-25 02:09:19 -05:00

chore: standardize Poe tasks configuration across all connectors (#53233)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Aaron <AJ> Steers <aj@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-02-07 15:26:48 -08:00
committed by GitHub
parent 4dec57a29f
commit ed19a158c4
117 changed files with 921 additions and 4 deletions

View File

@@ -29,3 +29,11 @@ freezegun = "^1.4.0"
pytest-mock = "^3.6.1"
pytest = "^7"
pytest-memray = "^1.6.0"
[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]