Files
exo/lint.sh
2024-07-27 17:01:37 -07:00

5 lines
85 B
Bash

#!/bin/bash
pip3 install -e '.[linting]'
python3 -m ruff check .
python3 -m pylint .