docs: --formatter explanations in README #538
darker-black-isort.yml
on: push
reformat-modified
16s
Annotations
10 errors and 1 warning
src/darker/formatters/ruff_formatter.py#L60
Cannot find implementation or library stub for module named "tomli" [import-not-found]
|
pyproject.toml#L1
Unrecognized option found: per-file-ignores (unrecognized-option, E0015)
|
Command line or configuration file#L1
Plugin 'pylint_per_file_ignores' is impossible to load, is it installed ? ('No module named 'pylint_per_file_ignores'') (bad-plugin-value, E0013)
|
src/darker/tests/test_command_line.py#L1
Too many lines in module (1013/1000) (too-many-lines, C0302)
|
stubs/pyupgrade/_main.pyi#L11
Unused argument 'contents_text' (unused-argument, W0613)
|
stubs/pyupgrade/_main.pyi#L11
Unused argument 'settings' (unused-argument, W0613)
|
stubs/pyupgrade/_main.pyi#L12
Unused argument 'contents_text' (unused-argument, W0613)
|
stubs/pyupgrade/_main.pyi#L13
Missing function or method docstring (missing-function-docstring, C0116)
|
stubs/pyupgrade/_main.pyi#L13
Unused argument 'argv' (unused-argument, W0613)
|
stubs/pyupgrade/_data.pyi#L11
Missing class docstring (missing-class-docstring, C0115)
|
reformat-modified
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|