Skip to content

Commit

Permalink
Add target in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Oct 8, 2024
1 parent 951a414 commit 375ee65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ include = ["dagfactory"]

[tool.hatch.build.targets.wheel]
packages = ["dagfactory"]

[[tool.hatch.envs.tests.matrix]]
python = ["3.9", "3.10", "3.11", "3.12"]
airflow = ["2.8", "2.9", "2.10"]

[tool.hatch.envs.tests.scripts]
type-check = " pre-commit run mypy --files dagfactory/*"

0 comments on commit 375ee65

Please sign in to comment.