danswer/backend/setup.cfg
Sid Ravinutala a4b47e0243 added support for docx in gdrive
rebase from main
2023-07-24 01:41:35 +00:00

9 lines
168 B
INI

[mypy]
plugins = sqlalchemy.ext.mypy.plugin
mypy_path = $MYPY_CONFIG_FILE_DIR
explicit_package_bases = True
disallow_untyped_defs = True
[flake8]
max-line-length = 88