Skip to content

Don't skip long command test on windows

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

3 errors

Pylint found 3 errors

Annotations

Check failure on line 34 in src/darker/tests/test_main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main.py#L34

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 945 in src/darker/tests/test_main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main.py#L945

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 11 in src/darker/tests/test_main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main.py#L11

Unused import sys (unused-import, W0611)