mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +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
|