5 errors
Pylint found 5 errors
Annotations
Check failure on line 53 in src/darker/tests/helpers.py
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
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
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
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
github-actions / Pylint
src/darker/tests/test_git.py#L326
Too many positional arguments for function call (too-many-function-args, E1121)