1
0
mirror of https://github.com/etesync/server synced 2025-02-17 10:52:01 +00:00
etesync-server/scripts/lint.sh
2024-06-02 21:31:23 -04:00

9 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
mypy .
npx -q pyright@1.1.172 .
ruff check .
ruff format --check .