mirror of
https://github.com/evroon/bracket.git
synced 2026-04-19 14:57:06 -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
|