Skip to content

Commit

Permalink
Create dev dependency with tox and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 committed Jun 4, 2024
1 parent 129430d commit 272127d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies = ["snowflake-connector-python~=3.0"]
requires-python = ">= 3.8"

[project.optional-dependencies]
test = ["pytest~=6.2", "tox"]
test = ["pytest~=6.2"]
dev = ["pytest~=6.2", "tox", "pre-commit"]

[project.urls]
Documentation = "https://diepvries.picnic.tech/"
Expand Down

0 comments on commit 272127d

Please sign in to comment.