all-checks
task for invoke
doesn't run all tasks
#10237
Labels
Milestone
all-checks
task for invoke
doesn't run all tasks
#10237
Current Behavior
When running
invoke all-checks -c chargebee
(or any other connector) onlyblack
check is being run.Expected Behavior
When running
invoke all-checks -c chargebee
(or any other connector) following checks should be run one by one with default parameters: black, flake, isort, mypy, test, coverage.Steps to Reproduce
invoke all-checks -c chargebee
.black
was run.Are you willing to submit a PR?
Yes..
The text was updated successfully, but these errors were encountered: