mirror of
https://github.com/evroon/bracket.git
synced 2026-03-14 21:32:35 -04: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
|