Skip to content

Commit

Permalink
Add linting to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Frank committed Sep 11, 2024
1 parent e8420ac commit 7c3f6f3
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 @@ -11,6 +11,12 @@ readme = "README.md"
requires-python = ">=3.10"
dynamic = ["version"]
dependencies = [
"mypy",
"pytest",
"pytest-cov",
"pytest_asyncio",
"pytest_httpx",
"ruff",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 7c3f6f3

Please sign in to comment.