We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dccd04 commit 218f833Copy full SHA for 218f833
pyproject.toml
@@ -74,9 +74,9 @@ testpaths = ["tests"]
74
75
[tool.taskipy.tasks]
76
ci = "task format && task lint && task typecheck && task test"
77
-doc = "cd docs && mkdocs serve"
78
-doc-build = "cd docs && mkdocs build"
79
-doc-deploy = "cd docs && mkdocs gh-deploy"
+docs = "cd docs && mkdocs serve"
+docs-build = "cd docs && mkdocs build"
+docs-deploy = "cd docs && mkdocs gh-deploy"
80
format = "ruff format"
81
format-check = "ruff format --check"
82
lint = "ruff check"
0 commit comments