You've already forked RekomenciBackend
fix ci
This commit is contained in:
@@ -81,7 +81,6 @@ enable_error_code = [
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["aioboto3.*", "aiobotocore.*"]
|
||||
follow_untyped_imports = true
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.ruff]
|
||||
fix = true
|
||||
|
||||
@@ -26,7 +26,7 @@ class ConnectionProvider(Provider):
|
||||
|
||||
@provide(scope=Scope.APP)
|
||||
async def s3_client(self, config: S3Config) -> AsyncIterable[AioBoto3ClientLike]:
|
||||
session = Session()
|
||||
session = Session() # type: ignore[no-untyped-call]
|
||||
|
||||
async with session.client(
|
||||
"s3",
|
||||
|
||||
Reference in New Issue
Block a user