4 lines
43 B
Bash
Executable file
4 lines
43 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
ruff check --fix
|
|
ruff format
|