Skip to content

Commit

Permalink
ignore warn from neuro_config_client
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Feb 14, 2023
1 parent a34af2a commit 1004088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neuro-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ filterwarnings=error
; Remove the following when aiohttp is fixed (probably in 4.0.0 release)
ignore::ResourceWarning:asyncio
ignore:The loop argument is deprecated*:DeprecationWarning:asyncio
ignore:Implementing implicit namespace packages:DeprecationWarning:pkg_resources
[mypy]
check_untyped_defs = True
disallow_any_generics = True
Expand Down

0 comments on commit 1004088

Please sign in to comment.