mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-19 14:22:10 +01:00
12 lines
274 B
YAML
12 lines
274 B
YAML
|
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']
|