mirror of
https://github.com/falcion/Whisperer.md.git
synced 2026-07-22 11:50:29 +00:00
5 lines
88 B
JSON
5 lines
88 B
JSON
{
|
|
"BLACK": "black . --exclude '**/venv/'",
|
|
"FLAKE8": "flake8",
|
|
"MYPY": "mypy ."
|
|
}
|