mirror of
https://github.com/tanrax/org-social-live-preview
synced 2026-03-09 18:04:21 +01:00
- 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
11 lines
207 B
YAML
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
|