This repository has been archived on 2025-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Lee Miller 698932f487
Reduce number of globally disabled bandit checks
and uncomment fail fast in the test script.
2024-03-06 13:58:58 +02:00

5 lines
43 B
Bash
Executable File

#!/bin/sh
tox -e lint-basic || exit 1
tox