lint: format

This commit is contained in:
csunny 2023-05-25 01:04:34 +08:00
parent fedbb9006e
commit 79c5bda22d
2 changed files with 7 additions and 9 deletions

View File

@ -8,9 +8,9 @@
import toml import toml
project = 'DB-GPT' project = "DB-GPT"
copyright = '2023, csunny' copyright = "2023, csunny"
author = 'csunny' author = "csunny"
with open("../pyproject.toml") as f: with open("../pyproject.toml") as f:
data = toml.load(f) data = toml.load(f)
@ -45,13 +45,12 @@ autodoc_pydantic_model_show_field_summary = False
autodoc_pydantic_model_members = False autodoc_pydantic_model_members = False
autodoc_pydantic_model_undoc_members = False autodoc_pydantic_model_undoc_members = False
templates_path = ['_templates'] templates_path = ["_templates"]
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'sphinx_book_theme' html_theme = "sphinx_book_theme"
html_static_path = ['_static'] html_static_path = ["_static"]

View File

@ -56,7 +56,6 @@ pytesseract==0.3.10
auto-gpt-plugin-template auto-gpt-plugin-template
pymdown-extensions pymdown-extensions
mkdocs mkdocs
requests
gTTS==2.3.1 gTTS==2.3.1
langchain langchain
nltk nltk