Skip to content

Commit

Permalink
build: manage Ruff and Pyright with pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
WieeRd committed Feb 12, 2024
1 parent 8677538 commit 216b49e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 2 deletions.
69 changes: 67 additions & 2 deletions pdm.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ build-backend = "pdm.backend"
[tool.pdm]
distribution = true

[tool.pdm.dev-dependencies]
lint = [
"ruff>=0.2.1",
"pyright>=1.1.350",
]

[tool.ruff]
output-format = "grouped"
Expand Down

0 comments on commit 216b49e

Please sign in to comment.