From 09aaa05f669ceee7a13b131d2d6aa9a741410dcb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:31:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pytestify/fixes/asserts.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytestify/fixes/asserts.py b/pytestify/fixes/asserts.py index 6559b64..3ae6181 100644 --- a/pytestify/fixes/asserts.py +++ b/pytestify/fixes/asserts.py @@ -185,7 +185,7 @@ def visit_Call(self, call: ast.Call) -> None: comments=comments, commas=commas, keywords=call.keywords, - **kwargs + **kwargs, ), ) diff --git a/setup.cfg b/setup.cfg index 75726b7..cfb54d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ project_urls = packages = find: install_requires = tokenize-rt>=4.0.0 -python_requires = >=3.7 +python_requires = >=3.8 [options.packages.find] exclude =