andreped's picture
Reformated code; updated linting
a22f65f
raw
history blame
No virus
60 Bytes
#!/bin/bash
isort --sl .
black --line-length 120 .
flake8 .