ldapweb/ci.sh

9 lines
141 B
Bash
Raw Normal View History

2024-07-07 15:07:56 +00:00
#!/usr/bin/env bash
set -e -x
# Use shell.nix if possible.
MYPYPATH=$(pwd)/stubs mypy --strict webapp/__init__.py
black webapp
black stubs