short.py appends timestamps to short.htaccesss

This commit is contained in:
Luciano Ramalho
2025-05-22 13:44:46 -03:00
parent 5b743b5bd7
commit ec03da74ca
2 changed files with 26 additions and 22 deletions

4
ruff.toml Normal file
View File

@@ -0,0 +1,4 @@
line-length = 100
[format]
# Like Python's repr(), use single quotes for strings.
quote-style = "single"