danswer/backend/setup.cfg

9 lines
168 B
INI
Raw Permalink Normal View History

[mypy]
2023-05-11 20:08:42 -07:00
plugins = sqlalchemy.ext.mypy.plugin
2023-05-11 23:08:53 -07:00
mypy_path = $MYPY_CONFIG_FILE_DIR
2023-05-11 20:08:42 -07:00
explicit_package_bases = True
disallow_untyped_defs = True
[flake8]
max-line-length = 88