Skip to content

Commit

Permalink
perf: upgrade fastapi-amis-admin-cli to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Dec 20, 2023
1 parent 2fffa00 commit c8cc4ae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Source = "https://github.com/amisadmin/fastapi_amis_admin"
[project.optional-dependencies]
standard = [
"uvicorn[standard] >=0.19.0,<1.0",
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
]
test = [
"uvicorn[standard] >=0.19.0,<1.0",
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
"pytest >=6.2.4",
"aiosqlite>=0.15.0",
"pytest-asyncio>=0.17",
Expand All @@ -70,7 +70,7 @@ dev = [
"ruff>=0.0.261",
]
cli = [
"fastapi-amis-admin-cli>=0.2.0,<0.3.0",
"fastapi-amis-admin-cli>=0.2.1,<0.3.0",
]

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

[tool.ruff]
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes
"I", # isort
"C", # flake8-comprehensions
"B", # flake8-bugbear
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes
"I", # isort
"C", # flake8-comprehensions
"B", # flake8-bugbear
]
ignore = [
"B008", # do not perform function calls in argument defaults
"C901", # too complex
"B008", # do not perform function calls in argument defaults
"C901", # too complex
]
# Same as Black.
line-length = 130
Expand All @@ -109,4 +109,4 @@ line-length = 130
[tool.pdm.dev-dependencies]
[tool.pdm.scripts]
lint = "pre-commit run --all-files"
test= "pytest"
test = "pytest"

0 comments on commit c8cc4ae

Please sign in to comment.