Skip to content

Commit 4c1d386

Browse files
committed
Fix pdm configuration
1 parent d23216a commit 4c1d386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ requires-python = ">=3.10"
1616
license = { text = "BSD-3-Clause" }
1717

1818
[tool.pdm]
19-
[tool.pdm.dev-dependencies]
20-
lint = ["pre-commit>=3.3.3"]
2119
package-type = "application"
2220

21+
[tool.pdm.dev-dependencies]
22+
lint = ["pre-commit>=3.3.3"]
2323

2424
[tool.pdm.scripts]
2525
build = { cmd = [

0 commit comments

Comments
 (0)