#!/usr/bin/env bash
set -e
cd "$(dirname $(dirname "$0"))" || exit

poetry run pylint gallery
