5 lines
62 B
Text
5 lines
62 B
Text
|
#!/bin/sh
|
||
|
|
||
|
python3 -m black --check .
|
||
|
python3 -m ruff check .
|