5 lines
57 B
Text
5 lines
57 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
ruff decli tests --fix
|
||
|
black decli/ tests/
|