We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5570988 commit 242a397Copy full SHA for 242a397
domdf_python_tools/testing.py
@@ -475,7 +475,7 @@ def test_something(tmp_pathplus: PathPlus):
475
476
477
@pytest.fixture()
478
-def original_datadir(request) -> Path:
+def original_datadir(request) -> Path: # noqa: D103
479
# Work around pycharm confusing datadir with test file.
480
return PathPlus(os.path.splitext(request.module.__file__)[0] + '_')
481
0 commit comments