CodeCraftLab / lint.sh
S-Dreamer's picture
Upload lint.sh
14c05cd verified
raw
history blame
52 Bytes
#!/bin/bash
black .
isort .
flake8 .
mypy .
pytest