mirror of
https://github.com/etesync/server
synced 2024-11-24 01:38:18 +00:00
9 lines
97 B
Bash
Executable File
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 .
|