Skip to content

Commit

Permalink
build(pyproject): Rename pdm clear -> pdm clean
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Aug 11, 2024
1 parent 6f4e934 commit 9e28b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tests = { composite = ["test", "atest"] }
format = "ruff format ."
lint = "ruff check ."
docs = "python -m robot.libdoc -P src REST docs/index.html"
clear = { shell = "rm -rf .pdm-build/ .pytest_cache/ .ruff_cache/ dist/ node_modules/ results/ src/*.egg-info mb.pid *.log" }
clean = { shell = "rm -rf .pdm-build/ .pytest_cache/ .ruff_cache/ dist/ node_modules/ results/ src/*.egg-info mb.pid *.log" }

[tool.pytest]
testpaths = "test"
Expand Down

0 comments on commit 9e28b6e

Please sign in to comment.