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

Lintin Errors #413

Open
pSchlarb opened this issue Jun 14, 2022 · 0 comments
Open

Lintin Errors #413

pSchlarb opened this issue Jun 14, 2022 · 0 comments

Comments

@pSchlarb
Copy link
Contributor

pSchlarb commented Jun 14, 2022

While refactoring the GHA the linting process fails with the following lint errors.
The GHA is set to continue for testing purposes (The job will still fail).
The line
if: ${{ always() }}
on the build-image needs to be removed after these errors are fixed.

./sovtoken/sovtoken/__init__.py:1:1: F403 'from sovtoken.__metadata__ import *' used; unable to detect undefined names
./sovtoken/sovtoken/metadata_helper.py:10:28: F523 '...'.format(...) has unused arguments at position(s): 0
./sovtoken/sovtoken/test/test_funds_mismatch.py:16:30: F811 redefinition of unused 'addresses' from line 10
./sovtoken/sovtoken/test/test_funds_mismatch.py:16:41: F811 redefinition of unused 'initial_mint' from line 10
./sovtoken/sovtoken/test/test_funds_mismatch.py:41:35: F811 redefinition of unused 'addresses' from line 10
./sovtoken/sovtoken/test/test_funds_mismatch.py:41:46: F811 redefinition of unused 'initial_mint' from line 10
./sovtoken/sovtoken/test/test_utxo_cache.py:21:16: F811 redefinition of unused 'parametrised_storage' from line 13
./sovtoken/sovtoken/test/test_state_proof.py:23:22: F811 redefinition of unused 'user1_token_wallet' from line 16
./sovtoken/sovtoken/test/test_state_proof.py:23:42: F811 redefinition of unused 'user1_address' from line 16
./sovtoken/sovtoken/test/test_public_xfer_2.py:22:30: F811 redefinition of unused 'user1_token_wallet' from line [17](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:18)
./sovtoken/sovtoken/test/test_public_xfer_2.py:52:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:75:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:97:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:119:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:141:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:162:22: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:208:80: F811 redefinition of unused 'user1_address' from line 17
./sovtoken/sovtoken/test/test_public_xfer_2.py:208:95: F811 redefinition of unused 'user2_address' from line 17
./sovtoken/sovtoken/test/test_public_mint.py:232:5: F841 local variable 'result' is assigned to but never used
./sovtoken/sovtoken/test/conftest.py:16:1: F403 'from indy_node.test.conftest import *' used; unable to detect undefined names
./sovtoken/sovtoken/test/conftest.py:41:11: F811 redefinition of unused '_tconf' from line 15
./sovtoken/sovtoken/test/req_handlers/mint_req_handler/conftest.py:20:42: F811 redefinition of unused 'write_auth_req_validator' from line 12
./sovtoken/sovtoken/test/req_handlers/xfer_req_handler/conftest.py:[18](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:19):42: F811 redefinition of unused 'write_auth_req_validator' from line 10
./sovtoken/sovtoken/test/req_handlers/xfer_req_handler/conftest.py:25:48: F811 redefinition of unused 'write_auth_req_validator' from line 10
./sovtokenfees/sovtokenfees/__init__.py:1:1: F403 'from sovtokenfees.__metadata__ import *' used; unable to detect undefined names
./sovtokenfees/sovtokenfees/metadata_helper.py:10:28: F523 '...'.format(...) has unused arguments at position(s): 0
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:1:1: F403 'from sovtokenfees.test.three_phase_commit_helper import *' used; unable to detect undefined names
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:7:14: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:8:14: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:8:37: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:8:53: F405 'TOKEN_LEDGER_ID' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:13:14: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:18:28: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:18:57: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:18:77: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:21:30: F405 'BadHashes' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:25:64: F405 'pp_token_ledger' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:28:14: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:33:36: F405 'pp_remove_plugin_fields' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:34:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:36:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:40:33: F405 'pp_remove_fees_field' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:41:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:43:26: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:46:30: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:46:64: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:47:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:50:26: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:51:50: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:51:70: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:51:76: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:56:33: F405 'pp_replace_state_hash' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:57:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:59:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:63:31: F405 'pp_replace_txn_hash' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:64:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:66:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:79:31: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:79:57: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:92:16: F405 'Prep' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:98:62: F405 'pp_token_ledger' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:101:62: F405 'pp_remove_plugin_fields' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:104:62: F405 'pp_remove_fees_field' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:107:16: F405 'Prep' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:110:34: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:110:54: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:110:81: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:110:101: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:116:14: F405 'Ord' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:122:62: F405 'pp_token_ledger' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:125:62: F405 'pp_remove_plugin_fields' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:128:62: F405 'pp_remove_fees_field' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:131:15: F405 'Ord' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:134:34: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:134:54: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:134:81: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:134:101: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:137:37: F405 'BadHashes' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:141:64: F405 'pp_token_ledger' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:142:13: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:142:68: F405 'TOKEN_LEDGER_ID' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:147:13: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:150:36: F405 'pp_remove_plugin_fields' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:151:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:153:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:157:14: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:158:33: F405 'pp_remove_fees_field' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:159:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:161:26: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:164:30: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:164:64: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:165:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:168:26: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:169:50: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:169:70: F405 'FEES' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:169:76: F405 'FEE_TXNS_IN_BATCH' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:174:33: F405 'pp_replace_state_hash' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:175:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:177:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:181:31: F405 'PP' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:181:65: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:182:14: F405 'pytest' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/test_three_phase_commit.py:184:26: F405 'f' may be undefined, or defined from star imports: sovtokenfees.test.three_phase_commit_helper
./sovtokenfees/sovtokenfees/test/helper.py:58:51: W504 line break after binary operator
./sovtokenfees/sovtokenfees/test/helper.py:61:50: W504 line break after binary operator
./sovtokenfees/sovtokenfees/test/conftest.py:[19](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:20):1: F403 'from indy_node.test.conftest import *' used; unable to detect undefined names
./sovtokenfees/sovtokenfees/test/conftest.py:93:11: F811 redefinition of unused '_tconf' from line 18
./sovtokenfees/sovtokenfees/test/conftest.py:187:24: F811 redefinition of unused 'sdk_wallet_handle' from line 14
./sovtokenfees/sovtokenfees/test/conftest.py:187:43: F811 redefinition of unused 'sdk_stewards' from line 15
./sovtokenfees/sovtokenfees/test/conftest.py:[20](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:21)1:9: F811 redefinition of unused 'sdk_wallet_handle' from line 14
./sovtokenfees/sovtokenfees/test/conftest.py:202:9: F811 redefinition of unused 'sdk_trustees' from line 15
./sovtokenfees/sovtokenfees/test/conftest.py:203:9: F811 redefinition of unused 'sdk_stewards' from line 15
./sovtokenfees/sovtokenfees/test/conftest.py:401:1: F811 redefinition of unused 'xfer_addresses' from line 275
./sovtokenfees/sovtokenfees/test/conftest.py:411:24: F811 redefinition of unused 'sdk_wallet_handle' from line 14
./sovtokenfees/sovtokenfees/test/conftest.py:411:43: F811 redefinition of unused 'sdk_trustees' from line 15
./sovtokenfees/sovtokenfees/test/test_fees_non_xfer_txn.py:37:1: F811 redefinition of unused 'fees_paid' from line 27
./sovtokenfees/sovtokenfees/test/req_handlers/conftest.py:24:28: F811 redefinition of unused 'db_manager' from line 12
./sovtokenfees/sovtokenfees/test/req_handlers/conftest.py:24:40: F811 redefinition of unused 'utxo_cache' from line 12
./sovtokenfees/sovtokenfees/test/req_handlers/set_fees_handler/conftest.py:18:46: F811 redefinition of unused 'write_auth_req_validator' from line 11
./sovtokenfees/sovtokenfees/test/req_handlers/set_fees_handler/conftest.py:36:43: F811 redefinition of unused 'trustees' from line 8
./sovtokenfees/sovtokenfees/test/req_handlers/set_fees_handler/conftest.py:36:53: F811 redefinition of unused 'wallet' from line 9
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:26:62: F811 redefinition of unused 'utxo_cache' from line 8
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:26:74: F811 redefinition of unused 'mint_tokens' from line 10
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:33:17: F811 redefinition of unused 'wallet' from line 8
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:33:33: F811 redefinition of unused 'trustees' from line 9
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:42:53: F811 redefinition of unused 'wallet' from line 8
./sovtokenfees/sovtokenfees/test/req_handlers/domain_fee_handler/conftest.py:42:61: F811 redefinition of unused 'payment_address' from line 8
./sovtokenfees/sovtokenfees/test/req_handlers/get_fees_handler/conftest.py:27:43: F811 redefinition of unused 'wallet' from line 10
./sovtokenfees/sovtokenfees/test/helpers/helper_request.py:11:1: F811 redefinition of unused 'FEES' from line 7
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_simple.py:265:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:70:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:75:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:119:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:125:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:129:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:189:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:193:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:196:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:201:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_complex.py:206:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/conftest.py:20:30: F811 redefinition of unused 'warv' from line 12
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:25:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:30:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:131:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:174:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:199:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:243:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/authorize/metadata/test_auth_rule_with_metadata_composite.py:310:9: W503 line break before binary operator
./sovtokenfees/sovtokenfees/test/auth_map/test_auth_rules.py:463:1: F811 redefinition of unused 'add_fees_request_with_address' from line 18
./sovtokenfees/sovtokenfees/test/auth_map/test_auth_rule_validation.py:31:56: F5[23](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:24) '...'.format(...) has unused arguments at position(s): 0
./sovtokenfees/sovtokenfees/test/auth_map/test_auth_rule_validation.py:[52](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:53):[56](https://github.com/pSchlarb/token-plugin-1/runs/6879116104?check_suite_focus=true#step:6:57): F523 '...'.format(...) has unused arguments at position(s): 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant