File: check

package info (click to toggle)
python-multipart 0.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 2,206; sh: 17; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

set -x

SOURCE_FILES="python_multipart multipart tests"

uvx ruff format --check --diff $SOURCE_FILES
uvx ruff check $SOURCE_FILES
uv run mypy $SOURCE_FILES
uvx check-sdist
uv lock