mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ruff check --fix .
|
|
ruff format .
|
|
|
|
# https://github.com/soulteary/nginx-formatter
|
|
nginx-formatter
|