lint.sh 85 B

12345
  1. #!/bin/bash
  2. pip3 install -e '.[linting]'
  3. python3 -m ruff check .
  4. python3 -m pylint .