Skip to content

Commit 8e00f4f

Browse files
pre-commit-ci[bot]Qalthos
authored andcommitted
chore: auto fixes from pre-commit.com hooks
1 parent dfc6a33 commit 8e00f4f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/ansible_dev_environment/subcommands/checker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def _collection_deps(self) -> None: # noqa: C901, PLR0912, PLR0915
7676
for dep, version in deps.items():
7777
if not isinstance(version, str):
7878
err = (
79-
f"Collection {collection_name} has malformed"
80-
f" dependency version for {dep}."
79+
f"Collection {collection_name} has malformed dependency version for {dep}."
8180
)
8281
self._output.error(err)
8382
continue

tests/integration/test_basic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def test_venv(
3535
verbosity=0,
3636
)
3737
command = (
38-
"git clone https://github.com/ansible-collections/cisco.nxos.git"
39-
f" {tmp_path/ 'cisco.nxos'}"
38+
f"git clone https://github.com/ansible-collections/cisco.nxos.git {tmp_path / 'cisco.nxos'}"
4039
)
4140
subprocess_run(
4241
command=command,

0 commit comments

Comments
 (0)