#!/bin/sh
set -e
python -m autopep8 --in-place jira/*.py setup.py tests/*.py examples/*.py --recursive

