Skip to content

test: speed up `test_main_isort.py`

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

5 errors

Pylint found 5 errors

Annotations

Check failure on line 53 in src/darker/tests/helpers.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/helpers.py#L53

Class 'GitRepoFixture' has no 'context' member (no-member, E1101)

Check failure on line 55 in src/darker/tests/helpers.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/helpers.py#L55

Class 'GitRepoFixture' has no 'context' member (no-member, E1101)

Check failure on line 25 in src/darker/tests/test_main_isort.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main_isort.py#L25

Class 'GitRepoFixture' has no 'context' member (no-member, E1101)

Check failure on line 326 in src/darker/tests/test_git.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_git.py#L326

Non-iterable value branched_repo(request, tmp_path_factory) is used in an iterating context (not-an-iterable, E1133)

Check failure on line 326 in src/darker/tests/test_git.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_git.py#L326

Too many positional arguments for function call (too-many-function-args, E1121)