build: introduce uv as Python package manager (#16317)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
7
dev/mypy-check
Executable file
7
dev/mypy-check
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# run mypy checks
|
||||
uv run --directory api --group dev \
|
||||
python -m mypy --install-types --non-interactive .
|
Reference in New Issue
Block a user