7 lines
73 B
Bash
7 lines
73 B
Bash
#!/usr/bin/env python3
|
|
|
|
set -e
|
|
|
|
black app/ tests/
|
|
|
|
isort -rc app/ tests/
|