Skip to content

Commit

Permalink
Regroup dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 9, 2024
1 parent 8ff47b4 commit 8e14bc1
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 22 deletions.
91 changes: 70 additions & 21 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ Issues = "https://github.com/cachitas/stringx/issues"

[tool.pdm.dev-dependencies]
dev = [
"tox-pdm>=0.7.2",
]
test = [
"pytest>=8.1.1",
"pytest-httpx>=0.30.0",
"flake8>=7.0.0",
]
lint = [
"ruff>=0.3.5",
"mypy>=1.9.0",
"tox-pdm>=0.7.2",
]

[tool.pdm.version]
Expand Down

0 comments on commit 8e14bc1

Please sign in to comment.