1
0
mirror of https://github.com/etesync/server synced 2024-11-24 09:48:09 +00:00
etesync-server/scripts/lint.sh

9 lines
97 B
Bash
Raw Normal View History

2024-06-03 01:30:04 +00:00
#!/usr/bin/env bash
set -ex
mypy .
npx -q pyright@1.1.172 .
ruff check .
ruff format --check .