linter clenaup

This commit is contained in:
Kirill Markin 2024-12-17 15:10:49 +01:00
parent a364328e60
commit 4eac47029f
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ from repo_to_text.cli.cli import (
main
)
# pylint: disable=redefined-outer-name
@pytest.fixture
def temp_dir() -> Generator[str, None, None]:
"""Create a temporary directory for testing."""

View file

@ -14,6 +14,8 @@ from repo_to_text.core.core import (
save_repo_to_text
)
# pylint: disable=redefined-outer-name
@pytest.fixture
def temp_dir() -> Generator[str, None, None]:
"""Create a temporary directory for testing."""