rei_toolbox/scripts-dev/lint.sh

7 lines
36 B
Bash
Executable File

#!/bin/bash
isort .
black .
#mypy