dragon-bot/.pre-commit-config.yaml
Luke Robles 9c08863667
All checks were successful
continuous-integration/drone/push Build is passing
Adding buy location back to the /ship command
2023-12-23 14:11:23 -08:00

7 lines
128 B
YAML
Executable File

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