8 lines
120 B
Bash
Executable file
8 lines
120 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
export PATH=env/bin:${PATH}
|
|
|
|
black setup.py catfish tests
|
|
isort -rc setup.py catfish tests
|