archive
/
ipc-unix
Archived
1
Fork 0
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

10 lines
123 B
Bash
Raw Normal View History

2018-12-08 15:55:56 +00:00
#!/usr/bin/env bash
set -e
export PATH=env/bin:${PATH}
pip install black==18.9b0
black tests ipc_unix setup.py --check