v10.6.0 #2590
v10.6.0 #2590
21 new alerts
New alerts in code changed by this pull request
- 21 warnings
See annotations below for details.
Annotations
Check warning on line 395 in counterparty-core/counterpartycore/lib/api/api_server.py
Code scanning / pylint
Unused argument 'stop_event'. Warning
Check warning on line 494 in counterparty-core/counterpartycore/lib/api/api_v1.py
Code scanning / pylint
Using variable 'code' before assignment. Warning
Check warning on line 655 in counterparty-core/counterpartycore/lib/api/api_watcher.py
Code scanning / pylint
Unused argument 'catching_up'. Warning
Check warning on line 806 in counterparty-core/counterpartycore/lib/api/api_watcher.py
Code scanning / pylint
Too many branches (16/12). Warning
Check warning on line 678 in counterparty-core/counterpartycore/lib/api/compose.py
Code scanning / pylint
Too many positional arguments (6/5). Warning
Check warning on line 679 in counterparty-core/counterpartycore/lib/api/compose.py
Code scanning / pylint
Unused argument 'db'. Warning
Check warning on line 2264 in counterparty-core/counterpartycore/lib/api/queries.py
Code scanning / pylint
Redefining name 'get_asset' from outer scope (line 2472). Warning
Check warning on line 2714 in counterparty-core/counterpartycore/lib/api/queries.py
Code scanning / pylint
Too many positional arguments (6/5). Warning
Check warning on line 68 in counterparty-core/counterpartycore/lib/backend/rsfetcher.py
Code scanning / pylint
Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it. Warning
Check warning on line 164 in counterparty-core/counterpartycore/lib/backend/rsfetcher.py
Code scanning / pylint
Too many nested blocks (6/5). Warning
Check warning on line 243 in counterparty-core/counterpartycore/lib/follow.py
Code scanning / pylint
Catching too general exception Exception. Warning
Check warning on line 251 in counterparty-core/counterpartycore/lib/follow.py
Code scanning / pylint
Attribute 'task' defined outside init. Warning
Check warning on line 126 in counterparty-core/counterpartycore/lib/log.py
Code scanning / pylint
Too few public methods (1/2). Warning
Check warning on line 39 in counterparty-core/counterpartycore/lib/telemetry/oneshot.py
Code scanning / pylint
Access to a protected member _instances of a client class. Warning
Check warning on line 42 in counterparty-core/counterpartycore/lib/telemetry/oneshot.py
Code scanning / pylint
Access to a protected member _instances of a client class. Warning
Check warning on line 703 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Use lazy % or .format() formatting in logging functions. Warning
Check warning on line 703 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Formatting a regular string which could be an f-string. Warning
Check warning on line 727 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Filter out default values #TODO: these should be set in a different way. Warning
Check warning on line 735 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Redefining name 'handle_interrupt_signal' from outer scope (line 49). Warning
Check warning on line 735 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Unused argument 'signum'. Warning
Check warning on line 735 in counterparty-core/counterpartycore/server.py
Code scanning / pylint
Unused argument 'frame'. Warning