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.
Annotations
Check warning on line 615 in counterparty-core/counterpartycore/lib/api/apiv1.py
Code scanning / pylint
Import outside toplevel (traceback). Warning
Check warning on line 198 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Import outside toplevel (traceback). Warning
Check warning on line 94 in counterparty-core/counterpartycore/lib/messages/sweep.py
Code scanning / pylint
Use lazy % formatting in logging functions. Warning
Check warning on line 105 in counterparty-core/counterpartycore/lib/messages/sweep.py
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
Check warning on line 116 in counterparty-core/counterpartycore/lib/messages/sweep.py
Code scanning / pylint
Use lazy % formatting in logging functions. Warning
Check warning on line 21 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py
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
Check warning on line 41 in counterparty-core/counterpartycore/lib/messages/versions/enhancedsend.py
Code scanning / pylint
Use lazy % formatting in logging functions. Warning
Code scanning / pylint
Use lazy % formatting in logging functions. Warning
Code scanning / pylint
Use lazy % formatting in logging functions. Warning
Check warning on line 669 in counterparty-core/counterpartycore/lib/parser/blocks.py
Code scanning / pylint
Possibly using variable 'previous_migration_hash' before assignment. Warning
Check warning on line 160 in counterparty-core/counterpartycore/lib/utils/helpers.py
Code scanning / pylint
String statement has no effect. Warning
Check warning on line 188 in counterparty-core/counterpartycore/lib/utils/helpers.py
Code scanning / pylint
Possibly using variable 'value' before assignment. Warning
Check warning on line 200 in counterparty-core/counterpartycore/lib/utils/helpers.py
Code scanning / pylint
Unnecessary parens after 'not' keyword. Warning