Skip to content

Commit c8cc4ae

Browse files
committed
perf: upgrade fastapi-amis-admin-cli to 0.2.1
1 parent 2fffa00 commit c8cc4ae

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: pyproject.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Source = "https://github.com/amisadmin/fastapi_amis_admin"
5151
[project.optional-dependencies]
5252
standard = [
5353
"uvicorn[standard] >=0.19.0,<1.0",
54-
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
54+
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
5555
]
5656
test = [
5757
"uvicorn[standard] >=0.19.0,<1.0",
58-
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
58+
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
5959
"pytest >=6.2.4",
6060
"aiosqlite>=0.15.0",
6161
"pytest-asyncio>=0.17",
@@ -70,7 +70,7 @@ dev = [
7070
"ruff>=0.0.261",
7171
]
7272
cli = [
73-
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
73+
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
7474
]
7575

7676
# pytest
@@ -88,16 +88,16 @@ include = '\.pyi?$'
8888

8989
[tool.ruff]
9090
select = [
91-
"E", # pycodestyle errors
92-
"W", # pycodestyle warnings
93-
"F", # pyflakes
94-
"I", # isort
95-
"C", # flake8-comprehensions
96-
"B", # flake8-bugbear
91+
"E", # pycodestyle errors
92+
"W", # pycodestyle warnings
93+
"F", # pyflakes
94+
"I", # isort
95+
"C", # flake8-comprehensions
96+
"B", # flake8-bugbear
9797
]
9898
ignore = [
99-
"B008", # do not perform function calls in argument defaults
100-
"C901", # too complex
99+
"B008", # do not perform function calls in argument defaults
100+
"C901", # too complex
101101
]
102102
# Same as Black.
103103
line-length = 130
@@ -109,4 +109,4 @@ line-length = 130
109109
[tool.pdm.dev-dependencies]
110110
[tool.pdm.scripts]
111111
lint = "pre-commit run --all-files"
112-
test= "pytest"
112+
test = "pytest"

0 commit comments

Comments
 (0)