File: run-uvoxen.sh

package info (click to toggle)
hexer 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: ansic: 11,408; python: 290; makefile: 120; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

set -e

: "${UV:=uv}"
: "${UVOXEN:=uvoxen}"

echo "Running $UVOXEN with the default Python version"
"$UVOXEN" uv run

"$UVOXEN" \
	-p supported \
	uv run -e ruff,format,reuse,mypy,unit-tests