Skip to content

Commit

Permalink
Fix pdm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 14, 2024
1 parent d23216a commit 4c1d386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ requires-python = ">=3.10"
license = { text = "BSD-3-Clause" }

[tool.pdm]
[tool.pdm.dev-dependencies]
lint = ["pre-commit>=3.3.3"]
package-type = "application"

[tool.pdm.dev-dependencies]
lint = ["pre-commit>=3.3.3"]

[tool.pdm.scripts]
build = { cmd = [
Expand Down

0 comments on commit 4c1d386

Please sign in to comment.