Skip to content

Commit 1f0170f

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

2 files changed

Lines changed: 2 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ author_email = dannysepler@gmail.com
1010
license = MIT
1111
license_files = LICENSE
1212
classifiers =
13-
License :: OSI Approved :: MIT License
1413
Programming Language :: Python :: 3
1514
Programming Language :: Python :: 3 :: Only
1615
project_urls =
@@ -20,7 +19,7 @@ project_urls =
2019
packages = find:
2120
install_requires =
2221
tokenize-rt>=4.0.0
23-
python_requires = >=3.7
22+
python_requires = >=3.9
2423

2524
[options.packages.find]
2625
exclude =

0 commit comments

Comments
 (0)