Skip to content

Commit

Permalink
🔨 chore(pyproject.toml): Update pdm dev dependencies
Browse files Browse the repository at this point in the history
- Removed "pre-commit" and added "pytest" as a dev dependency in the pdm
  configuration file.
  • Loading branch information
sudoskys committed Jan 18, 2024
1 parent adec670 commit 6b5400a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
18 changes: 9 additions & 9 deletions pdm.lock

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

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ requires-python = ">=3.8,<3.12"
readme = "README.md"
license = { text = "MIT" }

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm]
package-type = "library"

[tool.pdm.build]
includes = ["subtitle_utils"]

[tool.pdm.dev-dependencies]
dev = [
"pre-commit>=3.5.0",
"pytest>=7.4.4",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"


[project.urls]
repository = "https://github.com/sudoskys/subtitle_utils"

0 comments on commit 6b5400a

Please sign in to comment.