dragon-bot/.pre-commit-config.yaml
Luke Robles 40f7b56615
All checks were successful
continuous-integration/drone/push Build is passing
Removing corona and pandas install. shoudl speed up build times significantly
2023-10-26 08:50:18 -07:00

7 lines
128 B
YAML

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