6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eux
|
|
|
|
env PYTHONPATH=. poetry run mypy .
|
|
poetry run black --check .
|