mirror of
https://github.com/evroon/bracket.git
synced 2026-01-28 08:02:15 -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
|