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 Jul 29, 2024
1 parent 25a5e9f commit 1a9e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_cfg_fmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _parse_python_requires(
return minimum, excluded


def _tox_envlist(setup_cfg: str) -> Generator[str, None, None]:
def _tox_envlist(setup_cfg: str) -> Generator[str]:
tox_ini = _adjacent_filename(setup_cfg, 'tox.ini')
if os.path.exists(tox_ini):
cfg = NoTransformConfigParser()
Expand Down

0 comments on commit 1a9e35b

Please sign in to comment.