Skip to content

Commit

Permalink
chore: 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 Aug 12, 2024
1 parent c870414 commit c805524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main() -> None: # noqa: C901,PLR0912
if match:
py_version = match.groups()[0]
env_python = f"{py_version[0]}.{py_version[1:]}"
platform_name = "linux" # implicit platfomr (os) to use
platform_name = "linux" # implicit platfomr (os) to use
for platform_name in PLATFORM_MAP:
if platform_name in name:
break
Expand Down

0 comments on commit c805524

Please sign in to comment.