dragon-bot/.pre-commit-config.yaml
2024-01-03 15:09:35 -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.11.7