Skip to content

Commit 8ebfc20

Browse files
committed
Updated lint packages
1 parent e642407 commit 8ebfc20

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ellar_cli/scaffolding/project_template/project_name/server.ellar

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import os
22

33
from ellar.common.constants import ELLAR_CONFIG_MODULE
44
from ellar.core.factory import AppFactory
5-
# from ellar.openapi import OpenAPIDocumentModule, OpenAPIDocumentBuilder, SwaggerDocumentGenerator
5+
# from ellar.openapi import OpenAPIDocumentModule, OpenAPIDocumentBuilder, SwaggerUI
66
from .root_module import ApplicationModule
77

88
application = 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='[email protected]') \
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)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Homepage = "https://eadwincode.github.io/ellar-cli/"
5858
test = [
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
]

0 commit comments

Comments
 (0)