@@ -51,11 +51,11 @@ Source = "https://github.com/amisadmin/fastapi_amis_admin"
5151[project .optional-dependencies ]
5252standard = [
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]
5656test = [
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]
7272cli = [
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 ]
9090select = [
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]
9898ignore = [
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.
103103line-length = 130
@@ -109,4 +109,4 @@ line-length = 130
109109[tool .pdm .dev-dependencies ]
110110[tool .pdm .scripts ]
111111lint = " pre-commit run --all-files"
112- test = " pytest"
112+ test = " pytest"
0 commit comments