mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-19 22:31:58 +01:00
9 lines
168 B
INI
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
|