diff --git a/pyproject.toml b/pyproject.toml index dc4a088..18ff41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,4 @@ reportUntypedFunctionDecorator = "error" reportUntypedNamedTuple = "error" reportCallInDefaultInitializer = "error" reportPropertyTypeMismatch = "error" -reportUnnecessaryTypeIgnoreComment = "error" \ No newline at end of file +reportUnnecessaryTypeIgnoreComment = "error" diff --git a/setup.cfg b/setup.cfg index 0cd12b7..85b00d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,4 +17,4 @@ project_urls = packages = find: python_requires = >=3.8 install_requires = - aiohttp == 3.8.1 \ No newline at end of file + aiohttp == 3.8.1