Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent c380324 commit 862e75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytestify/fixes/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def visit_Call(self, call: ast.Call) -> None:
comments=comments,
commas=commas,
keywords=call.keywords,
**kwargs
**kwargs,
),
)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 862e75c

Please sign in to comment.