Skip to content

Commit 5a2a2e3

Browse files
scripts: add task in pyproject.toml
1 parent c8b024f commit 5a2a2e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@ flake8 = { cmd = "python -m flake8", help = "Lints code with flake8" }
9090
lint = { cmd = "pre-commit run --all-files", help = "Checks all files for CI errors" }
9191
precommit = { cmd = "pre-commit install --install-hooks", help = "Installs the precommit hook" }
9292
report = { cmd = "coverage report", help = "Show coverage report from previously run tests." }
93+
scripts = { cmd = 'python -m scripts', help = 'Run the scripts wrapper cli.' }
9394
test = { cmd = "pytest -n auto --dist loadfile", help = "Runs tests and save results to a coverage report" }
9495
test_mocks = { cmd = 'pytest tests/test_mocks.py', help = 'Runs the tests on the mock files. They are excluded from the main test suite.' }

0 commit comments

Comments
 (0)