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 652f699 commit aca9472Copy full SHA for aca9472
pyproject.toml
@@ -55,15 +55,10 @@ lint = 'isort . && blue . && ruff .'
55
pre_test = 'task lint'
56
test = 'pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 60 -x --cov=tests tests'
57
post_test = 'coverage html'
58
-cli = 'python -m squarecloud.cli.main'
59
publish-test = 'poetry publish -r pypi-test --build'
60
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
61
-docs = 'mkdocs serve'
62
clear-test-apps = 'python -m scripts.clear_test_apps'
63
64
-[tool.poetry.scripts]
65
-squarecloud = 'squarecloud.cli.main:safe_entry_point'
66
-
67
[tool.ruff]
68
line-length = 79
69
exclude = ['env']
squarecloud/cli/__init__.py
0 commit comments