File: check

package info (click to toggle)
hishel 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: python: 6,387; sh: 13; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/bash -ex

export SOURCE_FILES="hishel tests"

uv run ruff format $SOURCE_FILES --diff
uv run ruff check $SOURCE_FILES
uv run --all-extras mypy $SOURCE_FILES
uv run python unasync.py --check