AutoGPT/.pre-commit-config.yaml

6 lines
111 B
YAML
Raw Normal View History

2023-04-14 18:29:21 +00:00
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
language_version: python3