dj-embe/lint.sh

3 lines
51 B
Bash
Raw Normal View History

2023-05-16 23:04:16 +00:00
#!/bin/sh
isort . && black . && flake8 . && mypy .