mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-11-05 15:12:37 +01:00
6 lines
48 B
Bash
Executable File
6 lines
48 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
uv run ruff format
|