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 Aug 10, 2023
1 parent e09a3f5 commit a8ee9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_mirror_maker/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import subprocess
import urllib.request

from packaging import version
from packaging import requirements
from packaging import version


def ruby_get_package_versions(package_name: str) -> list[str]:
Expand Down
1 change: 1 addition & 0 deletions tests/languages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_python_get_package_version_output():
assert ret
assert_all_text(ret)


def test_python_get_package_version_extras_output():
ret = python_get_package_versions('bandit[yaml]')
assert ret
Expand Down

0 comments on commit a8ee9de

Please sign in to comment.