Skip to content

Commit bd18418

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 81af7f8 commit bd18418

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pytestify/fixes/asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def visit_Call(self, call: ast.Call) -> None:
185185
comments=comments,
186186
commas=commas,
187187
keywords=call.keywords,
188-
**kwargs
188+
**kwargs,
189189
),
190190
)
191191

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project_urls =
2020
packages = find:
2121
install_requires =
2222
tokenize-rt>=4.0.0
23-
python_requires = >=3.7
23+
python_requires = >=3.9
2424

2525
[options.packages.find]
2626
exclude =

0 commit comments

Comments
 (0)