#!/usr/bin/env bash

DIR="$(readlink -f "${BASH_SOURCE%/*}")"
cd "${DIR}/.."

flake8 && pydocstyle