Skip to content

docs: --formatter explanations in README #1639

docs: --formatter explanations in README

docs: --formatter explanations in README #1639

GitHub Actions / Pylint failed Jan 1, 2025 in 0s

10 errors

Pylint found 10 errors

Annotations

Check failure on line 1 in pyproject.toml

See this annotation in the file changed.

@github-actions github-actions / Pylint

pyproject.toml#L1

Unrecognized option found: per-file-ignores (unrecognized-option, E0015)

Check failure on line 1 in Command line or configuration file

See this annotation in the file changed.

@github-actions github-actions / Pylint

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)

Check failure on line 1 in src/darker/tests/test_command_line.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_command_line.py#L1

Too many lines in module (1055/1000) (too-many-lines, C0302)

Check failure on line 29 in src/darker/tests/test_main_stdin_filename.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main_stdin_filename.py#L29

Using variable 'GitRepoFixture' before assignment (used-before-assignment, E0601)

Check failure on line 11 in stubs/pyupgrade/_main.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_main.pyi#L11

Unused argument 'contents_text' (unused-argument, W0613)

Check failure on line 11 in stubs/pyupgrade/_main.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_main.pyi#L11

Unused argument 'settings' (unused-argument, W0613)

Check failure on line 12 in stubs/pyupgrade/_main.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_main.pyi#L12

Unused argument 'contents_text' (unused-argument, W0613)

Check failure on line 13 in stubs/pyupgrade/_main.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_main.pyi#L13

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

Check failure on line 13 in stubs/pyupgrade/_main.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_main.pyi#L13

Unused argument 'argv' (unused-argument, W0613)

Check failure on line 11 in stubs/pyupgrade/_data.pyi

See this annotation in the file changed.

@github-actions github-actions / Pylint

stubs/pyupgrade/_data.pyi#L11

Missing class docstring (missing-class-docstring, C0115)