#!/bin/sh
flake8 --max-line-length=120 dlpoly/*.py
flake8 --max-line-length=120 tests/test_*.py
