Files
org-social-live-preview/.pre-commit-config.yaml
Andros Fenollosa cff955b2cc Replace link emoji with calendar and fix mention spacing
- Changed 🔗 to 📅 for post timestamp display
- Fixed org-social mention links to include space after username
  Prevents text from being concatenated with the mention link
2026-02-27 09:45:21 +01:00

11 lines
207 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.4
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format