Skip to content

Commit

Permalink
chore: cleanup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Sep 13, 2024
1 parent 02b9a8d commit 5f175cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ lint.help = "Run all linters/formatters (automatically run by pre-commit)"
lint.shell = "pre-commit run --all-files"
test.help = "Run unit/integration tests suite"
test.shell = "pytest tests"
docs.help = "Build documentation (output is at docs/build/index.html)"
docs.shell = "sphinx-build --fail-on-warning docs docs/build"
profile.help = "Run the cal command with profiling (report is at outputs/profiling.html)"
profile.shell = "pyinstrument --renderer html --outfile outputs/profiling.html --from-path cal"
all.help = "Run lint+test+docs"
all.shell = { composite = ["lint", "test", "docs"] }
all.help = "Run lint+test"
all.shell = { composite = ["lint", "test"] }

[tool.pdm]
plugins = ["sync-pre-commit-lock"]
Expand Down

0 comments on commit 5f175cf

Please sign in to comment.