Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pylint and add ignores for new check #748

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

chore: annotate types in some test helpers and fixtures

7677286
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Upgrade pylint and add ignores for new check #748

chore: annotate types in some test helpers and fixtures
7677286
Select commit
Loading
Failed to load commit list.
GitHub Actions / Pylint failed Jan 2, 2025 in 0s

17 errors

Pylint found 17 errors

Annotations

Check failure on line 70 in src/darker/__main__.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/__main__.py#L70

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 125 in src/darker/__main__.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/__main__.py#L125

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 183 in src/darker/__main__.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/__main__.py#L183

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 301 in src/darker/__main__.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/__main__.py#L301

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 62 in src/darker/import_sorting.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/import_sorting.py#L62

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 3 in src/darker/tests/test_formatters_black.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_formatters_black.py#L3

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 207 in src/darker/tests/test_formatters_black.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_formatters_black.py#L207

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 5 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#L5

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 3 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#L3

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_main_format_edited_parts.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main_format_edited_parts.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_git.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_git.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_main_reformat_and_flynt_single_file.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main_reformat_and_flynt_single_file.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_main_revision.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_main_revision.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_import_sorting.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_import_sorting.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 in src/darker/tests/test_fstring.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/darker/tests/test_fstring.py#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 3 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#L3

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)

Check failure on line 4 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#L4

Unknown option value for 'disable', expected a valid pylint message and got 'too-many-positional-arguments' (unknown-option-value, W0012)