File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ellar_cli/scaffolding/project_template/project_name Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import os
22
33from ellar.common.constants import ELLAR_CONFIG_MODULE
44from ellar.core.factory import AppFactory
5- # from ellar.openapi import OpenAPIDocumentModule, OpenAPIDocumentBuilder, SwaggerDocumentGenerator
5+ # from ellar.openapi import OpenAPIDocumentModule, OpenAPIDocumentBuilder, SwaggerUI
66from .root_module import ApplicationModule
77
88application = AppFactory.create_from_app_module(
@@ -20,11 +20,11 @@ application = AppFactory.create_from_app_module(
2020# .set_version('1.0.2') \
2121# .set_contact(name='Author Name', url='https://www.author-name.com', email='authorname@gmail.com') \
2222# .set_license('MIT Licence', url='https://www.google.com')
23- #
23+ #
2424# document = document_builder.build_document(application)
2525# module = OpenAPIDocumentModule.setup(
2626# document=document,
27- # document_generator=SwaggerDocumentGenerator (),
27+ # docs_ui=SwaggerUI (),
2828# guards=[]
2929# )
3030# application.install_module(module)
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ Homepage = "https://eadwincode.github.io/ellar-cli/"
5858test = [
5959 " pytest >=7.1.3,<8.0.0" ,
6060 " pytest-cov >=2.12.0,<5.0.0" ,
61- " mypy == 1.4 .1" ,
62- " ruff ==0.0.275 " ,
63- " black ==23.7.0 " ,
61+ " black ==23.10 .1" ,
62+ " mypy == 1.6.1 " ,
63+ " ruff ==0.1.3 " ,
6464 " pytest-asyncio" ,
6565 " autoflake" ,
6666]
You can’t perform that action at this time.
0 commit comments