This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
ipc-unix/scripts/black.sh

9 lines
123 B
Bash
Executable file

#!/usr/bin/env bash
set -e
export PATH=env/bin:${PATH}
pip install black==18.9b0
black tests ipc_unix setup.py --check