mirror of
https://github.com/exo-explore/exo.git
synced 2026-08-02 16:49:36 -04:00
5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/bash
|
|
|
|
pip3 install -e '.[linting]'
|
|
python3 -m ruff check .
|
|
python3 -m pylint . |