mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
linter clenaup
This commit is contained in:
parent
a364328e60
commit
4eac47029f
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ from repo_to_text.cli.cli import (
|
||||||
main
|
main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# pylint: disable=redefined-outer-name
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def temp_dir() -> Generator[str, None, None]:
|
def temp_dir() -> Generator[str, None, None]:
|
||||||
"""Create a temporary directory for testing."""
|
"""Create a temporary directory for testing."""
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ from repo_to_text.core.core import (
|
||||||
save_repo_to_text
|
save_repo_to_text
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# pylint: disable=redefined-outer-name
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def temp_dir() -> Generator[str, None, None]:
|
def temp_dir() -> Generator[str, None, None]:
|
||||||
"""Create a temporary directory for testing."""
|
"""Create a temporary directory for testing."""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue