File tree Expand file tree Collapse file tree 2 files changed +92
-90
lines changed
Expand file tree Collapse file tree 2 files changed +92
-90
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies = [
66 " aiohttp>=3.13.2" ,
77 " azure-cosmos>=4.14.3" ,
88 " azure-monitor-opentelemetry>=1.8.3" ,
9- " fastapi[standard-no-fastapi-cloud-cli]>=0.124.0 " ,
9+ " fastapi[standard-no-fastapi-cloud-cli]>=0.124.4 " ,
1010 " pydantic>=2.12.5" ,
1111 " pydantic-settings[azure-key-vault]>=2.12.0" ,
1212]
@@ -18,8 +18,8 @@ dev = [
1818 " pytest-asyncio>=1.3.0" ,
1919 " pytest-cov>=7.0.0" ,
2020 " pytest-mock>=3.15.1" ,
21- " ruff>=0.14.8 " ,
22- " ty>=0.0.1a32 " ,
21+ " ruff>=0.14.9 " ,
22+ " ty>=0.0.2 " ,
2323]
2424
2525[build-system ]
@@ -46,6 +46,8 @@ ignore = [
4646 " S101" , # assert
4747 " TRY003" , # raise-vanilla-args
4848 " TC" , # flake8-type-checking
49+ " FBT001" , # boolean-type-hint-positional-argument
50+ " FBT002" , # boolean-default-value-positional-argument
4951]
5052
5153[tool .pytest ]
You can’t perform that action at this time.
0 commit comments