Currently validatecode has no way to receive options for the tools it runs.
Something like pytest has very useful options such as --last-failed or --stepwise that users may want to use during development.
One option to handle all the various tools would be this kind of CLI:
validatecode --pytest "--last-failed"