mirror of
https://github.com/evroon/bracket.git
synced 2026-01-03 19:48:03 -05:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
set -evo pipefail
|
|
|
|
ruff format --check .
|
|
python3 -m mypy backend
|