Add Github Action to run mypy / reorder-python-imports / black on all PRs (#251)

Also fixes import ordering (previously, local imports weren't grouped together as they should have been)
This commit is contained in:
Chris Weaver
2023-07-29 16:53:38 -07:00
committed by GitHub
parent 87fe6f7575
commit 132a9f750d
51 changed files with 265 additions and 143 deletions

View File

@@ -1,4 +1,5 @@
import psycopg2
from danswer.configs.app_configs import POSTGRES_DB
from danswer.configs.app_configs import POSTGRES_HOST
from danswer.configs.app_configs import POSTGRES_PASSWORD