4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
python3 -m black --check .
|
|
python3 -m ruff check .
|