Skip to content

don't check none address

GitHub Advanced Security / pylint completed Mar 4, 2025 in 3s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/develop were not found:

Actions workflow (scanners.yml)

  • ❓  .github/workflows/scanners.yml:Pylint

Actions workflow (pylint.yml)

  • ❓  .github/workflows/pylint.yml:build/python-version:3.11

New alerts in code changed by this pull request

  • 13 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 615 in counterparty-core/counterpartycore/lib/api/apiv1.py

See this annotation in the file changed.

Code scanning / pylint

Import outside toplevel (traceback). Warning

Import outside toplevel (traceback).

Check warning on line 198 in counterparty-core/counterpartycore/lib/cli/server.py

See this annotation in the file changed.

Code scanning / pylint

Import outside toplevel (traceback). Warning

Import outside toplevel (traceback).

Check warning on line 94 in counterparty-core/counterpartycore/lib/messages/sweep.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % formatting in logging functions. Warning

Use lazy % formatting in logging functions.

Check warning on line 105 in counterparty-core/counterpartycore/lib/messages/sweep.py

See this annotation in the file changed.

Code scanning / pylint

Possible unbalanced tuple unpacking with sequence defined at line 211 of counterpartycore.lib.utils.helpers: left side has 3 labels, right side has 0 values. Warning

Possible unbalanced tuple unpacking with sequence defined at line 211 of counterpartycore.lib.utils.helpers: left side has 3 labels, right side has 0 values.

Check warning on line 116 in counterparty-core/counterpartycore/lib/messages/sweep.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % formatting in logging functions. Warning

Use lazy % formatting in logging functions.

Check warning on line 21 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py

See this annotation in the file changed.

Code scanning / pylint

Possible unbalanced tuple unpacking with sequence defined at line 211 of counterpartycore.lib.utils.helpers: left side has 4 labels, right side has 0 values. Warning

Possible unbalanced tuple unpacking with sequence defined at line 211 of counterpartycore.lib.utils.helpers: left side has 4 labels, right side has 0 values.

Check warning on line 41 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % formatting in logging functions. Warning

Use lazy % formatting in logging functions.

Check warning on line 190 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % formatting in logging functions. Warning

Use lazy % formatting in logging functions.

Check warning on line 195 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % formatting in logging functions. Warning

Use lazy % formatting in logging functions.

Check warning on line 669 in counterparty-core/counterpartycore/lib/parser/blocks.py

See this annotation in the file changed.

Code scanning / pylint

Possibly using variable 'previous_migration_hash' before assignment. Warning

Possibly using variable 'previous_migration_hash' before assignment.

Check warning on line 160 in counterparty-core/counterpartycore/lib/utils/helpers.py

See this annotation in the file changed.

Code scanning / pylint

String statement has no effect. Warning

String statement has no effect.

Check warning on line 188 in counterparty-core/counterpartycore/lib/utils/helpers.py

See this annotation in the file changed.

Code scanning / pylint

Possibly using variable 'value' before assignment. Warning

Possibly using variable 'value' before assignment.

Check warning on line 200 in counterparty-core/counterpartycore/lib/utils/helpers.py

See this annotation in the file changed.

Code scanning / pylint

Unnecessary parens after 'not' keyword. Warning

Unnecessary parens after 'not' keyword.