@@ -51,11 +51,11 @@ Source = "https://github.com/amisadmin/fastapi_amis_admin"
51
51
[project .optional-dependencies ]
52
52
standard = [
53
53
" 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" ,
55
55
]
56
56
test = [
57
57
" 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" ,
59
59
" pytest >=6.2.4" ,
60
60
" aiosqlite>=0.15.0" ,
61
61
" pytest-asyncio>=0.17" ,
@@ -70,7 +70,7 @@ dev = [
70
70
" ruff>=0.0.261" ,
71
71
]
72
72
cli = [
73
- " fastapi-amis-admin-cli>=0.2.0 ,<0.3.0" ,
73
+ " fastapi-amis-admin-cli>=0.2.1 ,<0.3.0" ,
74
74
]
75
75
76
76
# pytest
@@ -88,16 +88,16 @@ include = '\.pyi?$'
88
88
89
89
[tool .ruff ]
90
90
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
97
97
]
98
98
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
101
101
]
102
102
# Same as Black.
103
103
line-length = 130
@@ -109,4 +109,4 @@ line-length = 130
109
109
[tool .pdm .dev-dependencies ]
110
110
[tool .pdm .scripts ]
111
111
lint = " pre-commit run --all-files"
112
- test = " pytest"
112
+ test = " pytest"
0 commit comments