Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and Qalthos committed Feb 26, 2025
1 parent dfc6a33 commit 8e00f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/ansible_dev_environment/subcommands/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def _collection_deps(self) -> None: # noqa: C901, PLR0912, PLR0915
for dep, version in deps.items():
if not isinstance(version, str):
err = (
f"Collection {collection_name} has malformed"
f" dependency version for {dep}."
f"Collection {collection_name} has malformed dependency version for {dep}."
)
self._output.error(err)
continue
Expand Down
3 changes: 1 addition & 2 deletions tests/integration/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def test_venv(
verbosity=0,
)
command = (
"git clone https://github.com/ansible-collections/cisco.nxos.git"
f" {tmp_path/ 'cisco.nxos'}"
f"git clone https://github.com/ansible-collections/cisco.nxos.git {tmp_path / 'cisco.nxos'}"
)
subprocess_run(
command=command,
Expand Down

0 comments on commit 8e00f4f

Please sign in to comment.