8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
SRC="rolltable/ tests/"
|
|
|
|
poetry run isort $SRC
|
|
poetry run autoflake $SRC
|
|
poetry run black $SRC
|