#!/bin/sh

if [ -z $PYTHON ]; then
   PYTHON=python3
fi

exec $PYTHON -m flake8 --exclude stub hgitaly hgext3rd functional_tests setup.py
