danswer/backend/.pre-commit-config.yaml

12 lines
274 B
YAML
Raw Normal View History

2023-04-28 22:40:46 -07:00
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
args: ['--py311-plus']