dj-embe/lint.sh

3 lines
51 B
Bash
Executable File

#!/bin/sh
isort . && black . && flake8 . && mypy .