Skip to content

Commit 5ab9140

Browse files
pre-commit-ci[bot]cidrblock
authored andcommitted
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7409f67 commit 5ab9140

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/unit/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def _exists(self: Path) -> bool:
204204
205205
Args:
206206
self: Path object.
207+
207208
Returns:
208209
bool: True if the path exists.
209210
"""
@@ -220,6 +221,7 @@ def _iterdir(self: Path) -> list[Path] | Generator[Path, None, None]:
220221
221222
Args:
222223
self: Path object.
224+
223225
Returns:
224226
List of paths or generator.
225227
"""

tests/unit/test_treemaker.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def collect_manifests(
7171
Args:
7272
target: Target path.
7373
venv_cache_dir: Venv cache directory.
74+
7475
Returns:
7576
Collection info.
7677
"""
@@ -125,6 +126,7 @@ def collect_manifests(
125126
Args:
126127
target: Target path.
127128
venv_cache_dir: Venv cache directory.
129+
128130
Returns:
129131
Collection info.
130132
"""
@@ -181,6 +183,7 @@ def collect_manifests(
181183
Args:
182184
target: Target path.
183185
venv_cache_dir: Venv cache directory.
186+
184187
Returns:
185188
Collection info.
186189
"""
@@ -235,6 +238,7 @@ def collect_manifests(
235238
Args:
236239
target: Target path.
237240
venv_cache_dir: Venv cache directory.
241+
238242
Returns:
239243
Collection info.
240244
"""

0 commit comments

Comments
 (0)