Skip to content

style: modernize config.py and satisfy linters #1063

style: modernize config.py and satisfy linters

style: modernize config.py and satisfy linters #1063

GitHub Actions / Pylint failed Sep 17, 2024 in 0s

2 errors

Pylint found 2 errors

Annotations

Check failure on line 111 in src/darker/tests/test_config.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_config.py#L111

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

Check failure on line 111 in src/darker/tests/test_config.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_config.py#L111

Missing mandatory keyword argument 'stdout' in staticmethod call (missing-kwoa, E1125)