Skip to content

Commit

Permalink
chore: add pdm scripts for dx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Jul 24, 2024
1 parent c4208ca commit c1d9db4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ distribution = true
version = { source = "file", path = "proselint/version.py"}

[tool.pdm.scripts]
test = "pytest"
test-cover = "pytest --cov=proselint --cov-report=lcov"
lint = "ruff check proselint tests"
format = "ruff format --preview proselint tests"

[tool.pdm.dev-dependencies]
test = [
Expand Down

0 comments on commit c1d9db4

Please sign in to comment.