mirror of
https://github.com/evroon/bracket.git
synced 2026-03-09 18:50:58 -04:00
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set -evo pipefail
|
|
|
|
black backend/**/*.py
|
|
python3 -m isort backend
|
|
python3 -m mypy backend
|