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

Triggered via push September 17, 2024 20:53
Status Success
Total duration 24s
Artifacts

safety.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/darker/tests/test_config.py#L111
Too many positional arguments for "validate_stdout_src" of "OutputMode" [misc]
src/darker/tests/test_config.py#L111
Too many positional arguments for staticmethod call (too-many-function-args, E1121)
src/darker/tests/test_config.py#L111
Missing mandatory keyword argument 'stdout' in staticmethod call (missing-kwoa, E1125)
safety
The `python-version` input is not set. The version of Python currently in `PATH` will be used.