Fixes #3028
Fixes #3028
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/develop
was not found:
Actions workflow (pylint.yml
)
- ❓
.github/workflows/pylint.yml:build/python-version:3.11
New alerts in code changed by this pull request
- 7 warnings
See annotations below for details.
Annotations
Check warning on line 532 in counterparty-core/counterpartycore/lib/api/apiserver.py
Code scanning / pylint
Consider using 'sys.exit' instead. Warning
Check warning on line 14 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Unable to import 'apsw'. Warning
Check warning on line 644 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Use lazy % or .format() formatting in logging functions. Warning
Check warning on line 644 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Formatting a regular string which could be an f-string. Warning
Check warning on line 662 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Too many instance attributes (12/7). Warning
Check warning on line 678 in counterparty-core/counterpartycore/lib/cli/server.py
Code scanning / pylint
Filter out default values #TODO: these should be set in a different way. Warning
Check warning on line 260 in counterparty-core/counterpartycore/lib/parser/follow.py
Code scanning / pylint
Boolean condition "True and not self.stop_event.is_set()" may be simplified to "not self.stop_event.is_set()". Warning