mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 18:26:54 +00:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff check app scripts --fix
|
|
ruff format app scripts
|