Skip to content

Commit

Permalink
chore: set optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Apr 21, 2024
1 parent a1bfdaa commit 64547b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ classifiers = [
"Topic :: Software Development :: Testing",
]

[project.optional-dependencies]
dev = [
"ruff==0.4.1",
"pytest==8.1.1"
]

[tool.ruff]
line-length = 120

0 comments on commit 64547b3

Please sign in to comment.