dragon-bot/.pre-commit-config.yaml
Luke R 459bebc59f
All checks were successful
continuous-integration/drone/push Build is passing
Make the tiktok and twitter link corrections a bit more pythonic by just using startswith()
2024-02-26 15:48:02 -08:00

7 lines
118 B
YAML
Executable File

repos:
- repo: https://github.com/ambv/black
rev: 23.10.1
hooks:
- id: black
language_version: python3.12.2