Skip to content

feat: factory fixture for creating temporary copies of directory trees

Sign in for the full log view
GitHub Actions / Mypy failed Nov 16, 2024 in 0s

3 errors

Mypy found 3 errors

Annotations

Check failure on line 18 in src/darkgraylib/testtools/temp_copy.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

src/darkgraylib/testtools/temp_copy.py#L18

Function is missing a type annotation  [no-untyped-def]

Check failure on line 18 in src/darkgraylib/testtools/temp_copy.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

src/darkgraylib/testtools/temp_copy.py#L18

Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]

Check failure on line 5 in src/darkgraylib/testtools/clear_black_cache_plugin.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

src/darkgraylib/testtools/clear_black_cache_plugin.py#L5

Cannot find implementation or library stub for module named "black.files"  [import-not-found]