Skip to content

PEP8 Compliance #624

@PGijsbers

Description

@PGijsbers

The develop branch is not PEP8 compliant. Specifically, after cloning the repo and running flake8, the following output is produced (ignoring E402 as per script):

.\doc\conf.py:18:1: F401 'sphinx_gallery.sorting.ExplicitOrder' imported but unused
.\doc\conf.py:18:1: F401 'sphinx_gallery.sorting.FileNameSortKey' imported but unused
.\doc\conf.py:30:1: E265 block comment should start with '# '
.\doc\conf.py:38:1: E265 block comment should start with '# '
.\doc\conf.py:67:1: E265 block comment should start with '# '
.\doc\conf.py:90:1: E265 block comment should start with '# '
.\doc\conf.py:94:1: E265 block comment should start with '# '
.\doc\conf.py:96:1: E265 block comment should start with '# '
.\doc\conf.py:104:1: E265 block comment should start with '# '
.\doc\conf.py:107:1: E265 block comment should start with '# '
.\doc\conf.py:111:1: E265 block comment should start with '# '
.\doc\conf.py:115:1: E265 block comment should start with '# '
.\doc\conf.py:121:1: E265 block comment should start with '# '
.\doc\conf.py:124:1: E265 block comment should start with '# '
.\doc\conf.py:138:5: E265 block comment should start with '# '
.\doc\conf.py:201:1: E265 block comment should start with '# '
.\doc\conf.py:204:1: E265 block comment should start with '# '
.\doc\conf.py:208:1: E265 block comment should start with '# '
.\doc\conf.py:213:1: E265 block comment should start with '# '
.\doc\conf.py:223:1: E265 block comment should start with '# '
.\doc\conf.py:227:1: E265 block comment should start with '# '
.\doc\conf.py:231:1: E265 block comment should start with '# '
.\doc\conf.py:238:1: E265 block comment should start with '# '
.\doc\conf.py:241:1: E265 block comment should start with '# '
.\doc\conf.py:244:1: E265 block comment should start with '# '
.\doc\conf.py:247:1: E265 block comment should start with '# '
.\doc\conf.py:250:1: E265 block comment should start with '# '
.\doc\conf.py:253:1: E265 block comment should start with '# '
.\doc\conf.py:256:1: E265 block comment should start with '# '
.\doc\conf.py:261:1: E265 block comment should start with '# '
.\doc\conf.py:264:1: E265 block comment should start with '# '
.\doc\conf.py:274:5: E265 block comment should start with '# '
.\doc\conf.py:277:5: E265 block comment should start with '# '
.\doc\conf.py:280:5: E265 block comment should start with '# '
.\doc\conf.py:291:1: E265 block comment should start with '# '
.\doc\conf.py:295:1: E265 block comment should start with '# '
.\doc\conf.py:298:1: E265 block comment should start with '# '
.\doc\conf.py:301:1: E265 block comment should start with '# '
.\doc\conf.py:304:1: E265 block comment should start with '# '
.\doc\conf.py:307:1: E265 block comment should start with '# '
.\doc\conf.py:320:1: E265 block comment should start with '# '
.\doc\conf.py:335:1: E265 block comment should start with '# '
.\doc\conf.py:338:1: E265 block comment should start with '# '
.\doc\conf.py:341:1: E265 block comment should start with '# '
.\doc\conf.py:344:1: E265 block comment should start with '# '
.\doc\conf.py:346:80: E501 line too long (85 > 79 characters)
.\doc\conf.py:359:5: E265 block comment should start with '# '
.\examples\datasets_tutorial.py:58:80: E501 line too long (82 > 79 characters)
.\examples\datasets_tutorial.py:80:2: W292 no newline at end of file
.\examples\flows_and_runs_tutorial.py:9:1: F401 'pandas as pd' imported but unused
.\examples\flows_and_runs_tutorial.py:10:1: F401 'seaborn as sns' imported but unused
.\examples\flows_and_runs_tutorial.py:63:80: E501 line too long (114 > 79 characters)
.\examples\flows_and_runs_tutorial.py:80:80: E501 line too long (84 > 79 characters)
.\examples\flows_and_runs_tutorial.py:84:80: E501 line too long (90 > 79 characters)
.\examples\flows_and_runs_tutorial.py:101:80: E501 line too long (115 > 79 characters)
.\examples\flows_and_runs_tutorial.py:102:80: E501 line too long (120 > 79 characters)
.\examples\flows_and_runs_tutorial.py:103:80: E501 line too long (133 > 79 characters)
.\examples\flows_and_runs_tutorial.py:104:80: E501 line too long (134 > 79 characters)
.\examples\flows_and_runs_tutorial.py:105:80: E501 line too long (152 > 79 characters)
.\examples\flows_and_runs_tutorial.py:108:80: E501 line too long (83 > 79 characters)
.\examples\introduction_tutorial.py:13:80: E501 line too long (86 > 79 characters)
.\examples\introduction_tutorial.py:26:80: E501 line too long (146 > 79 characters)
.\examples\introduction_tutorial.py:31:80: E501 line too long (139 > 79 characters)
.\examples\introduction_tutorial.py:32:80: E501 line too long (142 > 79 characters)
.\examples\introduction_tutorial.py:40:80: E501 line too long (227 > 79 characters)
.\examples\introduction_tutorial.py:53:80: E501 line too long (231 > 79 characters)
.\examples\introduction_tutorial.py:55:80: E501 line too long (188 > 79 characters)
.\examples\introduction_tutorial.py:56:80: E501 line too long (81 > 79 characters)
.\examples\introduction_tutorial.py:58:1: F401 'os' imported but unused
.\examples\tasks_tutorial.py:16:80: E501 line too long (381 > 79 characters)
.\examples\tasks_tutorial.py:18:80: E501 line too long (168 > 79 characters)
.\examples\tasks_tutorial.py:29:80: E501 line too long (90 > 79 characters)
.\examples\tasks_tutorial.py:30:80: E501 line too long (99 > 79 characters)
.\examples\tasks_tutorial.py:39:80: E501 line too long (114 > 79 characters)
.\examples\tasks_tutorial.py:41:80: E501 line too long (84 > 79 characters)
.\examples\tasks_tutorial.py:50:80: E501 line too long (83 > 79 characters)
.\examples\tasks_tutorial.py:52:80: E501 line too long (90 > 79 characters)
.\examples\tasks_tutorial.py:61:80: E501 line too long (131 > 79 characters)
.\examples\tasks_tutorial.py:79:80: E501 line too long (92 > 79 characters)
.\examples\tasks_tutorial.py:89:80: E501 line too long (82 > 79 characters)
.\examples\tasks_tutorial.py:91:80: E501 line too long (80 > 79 characters)
.\examples\tasks_tutorial.py:114:80: E501 line too long (163 > 79 characters)
.\examples\tasks_tutorial.py:131:1: W391 blank line at end of file
.\openml\config.py:2:80: E501 line too long (81 > 79 characters)
.\openml\config.py:63:80: E501 line too long (80 > 79 characters)
.\openml\config.py:64:80: E501 line too long (84 > 79 characters)
.\openml\exceptions.py:33:1: E302 expected 2 blank lines, found 1
.\openml\exceptions.py:52:59: W292 no newline at end of file
.\openml\testing.py:32:80: E501 line too long (92 > 79 characters)
.\openml\testing.py:33:80: E501 line too long (80 > 79 characters)
.\openml\testing.py:47:9: E722 do not use bare 'except'
.\openml\testing.py:91:80: E501 line too long (80 > 79 characters)
.\openml\testing.py:92:80: E501 line too long (81 > 79 characters)
.\openml\utils.py:75:45: E225 missing whitespace around operator
.\openml\utils.py:77:21: E225 missing whitespace around operator
.\openml\utils.py:78:30: E225 missing whitespace around operator
.\openml\utils.py:80:27: E225 missing whitespace around operator
.\openml\utils.py:81:36: E225 missing whitespace around operator
.\openml\utils.py:83:30: E228 missing whitespace around modulo operator
.\openml\utils.py:100:80: E501 line too long (84 > 79 characters)
.\openml\utils.py:118:80: E501 line too long (88 > 79 characters)
.\openml\utils.py:122:80: E501 line too long (81 > 79 characters)
.\openml\utils.py:123:80: E501 line too long (82 > 79 characters)
.\openml\utils.py:135:80: E501 line too long (93 > 79 characters)
.\openml\utils.py:161:80: E501 line too long (88 > 79 characters)
.\openml\utils.py:176:5: E722 do not use bare 'except'
.\openml\utils.py:236:5: E722 do not use bare 'except'
.\openml\_api_calls.py:77:80: E501 line too long (80 > 79 characters)
.\openml\_api_calls.py:103:80: E501 line too long (80 > 79 characters)
.\openml\_api_calls.py:147:80: E501 line too long (80 > 79 characters)
.\openml\_api_calls.py:153:80: E501 line too long (80 > 79 characters)
.\openml\__init__.py:25:1: F401 '.study' imported but unused
.\openml\__init__.py:27:1: F401 '.utils' imported but unused
.\openml\__init__.py:33:1: F401 '.__version__.__version__' imported but unused
.\openml\datasets\dataset.py:38:80: E501 line too long (86 > 79 characters)
.\openml\datasets\dataset.py:53:80: E501 line too long (98 > 79 characters)
.\openml\datasets\dataset.py:55:80: E501 line too long (94 > 79 characters)
.\openml\datasets\dataset.py:57:80: E501 line too long (83 > 79 characters)
.\openml\datasets\dataset.py:59:80: E501 line too long (89 > 79 characters)
.\openml\datasets\dataset.py:61:80: E501 line too long (86 > 79 characters)
.\openml\datasets\dataset.py:83:80: E501 line too long (91 > 79 characters)
.\openml\datasets\dataset.py:85:80: E501 line too long (87 > 79 characters)
.\openml\datasets\dataset.py:131:80: E501 line too long (86 > 79 characters)
.\openml\datasets\dataset.py:151:80: E501 line too long (104 > 79 characters)
.\openml\datasets\dataset.py:152:80: E501 line too long (99 > 79 characters)
.\openml\datasets\dataset.py:154:80: E501 line too long (81 > 79 characters)
.\openml\datasets\dataset.py:169:80: E501 line too long (86 > 79 characters)
.\openml\datasets\dataset.py:175:80: E501 line too long (82 > 79 characters)
.\openml\datasets\dataset.py:181:80: E501 line too long (82 > 79 characters)
.\openml\datasets\dataset.py:191:80: E501 line too long (96 > 79 characters)
.\openml\datasets\dataset.py:263:80: E501 line too long (97 > 79 characters)
.\openml\datasets\dataset.py:294:5: E124 closing bracket does not match visual indentation
.\openml\datasets\dataset.py:446:80: E501 line too long (80 > 79 characters)
.\openml\datasets\dataset.py:447:80: E501 line too long (87 > 79 characters)
.\openml\datasets\dataset.py:479:80: E501 line too long (106 > 79 characters)
.\openml\datasets\dataset.py:490:80: E501 line too long (116 > 79 characters)
.\openml\datasets\dataset.py:497:38: E226 missing whitespace around arithmetic operator
.\openml\datasets\dataset.py:526:80: E501 line too long (95 > 79 characters)
.\openml\datasets\dataset.py:531:80: E501 line too long (81 > 79 characters)
.\openml\datasets\dataset.py:537:80: E501 line too long (93 > 79 characters)
.\openml\datasets\dataset.py:541:5: E303 too many blank lines (2)
.\openml\datasets\dataset.py:554:80: E501 line too long (81 > 79 characters)
.\openml\datasets\functions.py:41:1: E303 too many blank lines (3)
.\openml\datasets\functions.py:45:1: E302 expected 2 blank lines, found 3
.\openml\datasets\functions.py:72:57: W504 line break after binary operator
.\openml\datasets\functions.py:105:80: E501 line too long (91 > 79 characters)
.\openml\datasets\functions.py:147:80: E501 line too long (86 > 79 characters)
.\openml\datasets\functions.py:171:80: E501 line too long (88 > 79 characters)
.\openml\datasets\functions.py:205:80: E501 line too long (109 > 79 characters)
.\openml\datasets\functions.py:285:80: E501 line too long (80 > 79 characters)
.\openml\datasets\functions.py:332:5: E722 do not use bare 'except'
.\openml\datasets\functions.py:352:80: E501 line too long (84 > 79 characters)
.\openml\datasets\functions.py:359:80: E501 line too long (80 > 79 characters)
.\openml\datasets\functions.py:466:80: E501 line too long (89 > 79 characters)
.\openml\datasets\functions.py:470:80: E501 line too long (86 > 79 characters)
.\openml\datasets\functions.py:662:80: E501 line too long (81 > 79 characters)
.\openml\datasets\functions.py:754:80: E501 line too long (91 > 79 characters)
.\openml\datasets\functions.py:759:80: E501 line too long (94 > 79 characters)
.\openml\datasets\functions.py:790:80: E501 line too long (93 > 79 characters)
.\openml\datasets\functions.py:795:80: E501 line too long (112 > 79 characters)
.\openml\datasets\functions.py:800:80: E501 line too long (82 > 79 characters)
.\openml\evaluations\evaluation.py:10:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:12:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:14:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:16:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:18:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:20:1: W293 blank line contains whitespace
.\openml\evaluations\evaluation.py:32:80: E501 line too long (81 > 79 characters)
.\openml\evaluations\__init__.py:1:1: F401 '.evaluation.OpenMLEvaluation' imported but unused
.\openml\evaluations\__init__.py:2:1: F401 '.functions.list_evaluations' imported but unused
.\openml\flows\flow.py:336:80: E501 line too long (81 > 79 characters)
.\openml\flows\functions.py:35:63: W504 line break after binary operator
.\openml\flows\functions.py:75:80: E501 line too long (91 > 79 characters)
.\openml\flows\functions.py:241:80: E501 line too long (80 > 79 characters)
.\openml\flows\functions.py:263:80: E501 line too long (85 > 79 characters)
.\openml\flows\sklearn_converter.py:88:60: W504 line break after binary operator
.\openml\flows\sklearn_converter.py:392:80: E501 line too long (80 > 79 characters)
.\openml\flows\sklearn_converter.py:400:80: E501 line too long (159 > 79 characters)
.\openml\flows\sklearn_converter.py:435:80: E501 line too long (93 > 79 characters)
.\openml\flows\sklearn_converter.py:503:63: W504 line break after binary operator
.\openml\flows\sklearn_converter.py:504:52: W504 line break after binary operator
.\openml\flows\sklearn_converter.py:530:41: E126 continuation line over-indented for hanging indent
.\openml\flows\sklearn_converter.py:600:80: E501 line too long (84 > 79 characters)
.\openml\flows\sklearn_converter.py:605:80: E501 line too long (115 > 79 characters)
.\openml\flows\sklearn_converter.py:625:80: E501 line too long (109 > 79 characters)
.\openml\flows\sklearn_converter.py:626:80: E501 line too long (85 > 79 characters)
.\openml\flows\sklearn_converter.py:627:80: E501 line too long (83 > 79 characters)
.\openml\flows\sklearn_converter.py:628:46: E226 missing whitespace around arithmetic operator
.\openml\flows\sklearn_converter.py:628:72: E226 missing whitespace around arithmetic operator
.\openml\flows\sklearn_converter.py:628:80: E501 line too long (111 > 79 characters)
.\openml\flows\sklearn_converter.py:630:80: E501 line too long (100 > 79 characters)
.\openml\flows\sklearn_converter.py:678:80: E501 line too long (81 > 79 characters)
.\openml\flows\sklearn_converter.py:684:80: E501 line too long (120 > 79 characters)
.\openml\flows\sklearn_converter.py:685:80: E501 line too long (116 > 79 characters)
.\openml\flows\sklearn_converter.py:713:21: E126 continuation line over-indented for hanging indent
.\openml\flows\sklearn_converter.py:773:5: E722 do not use bare 'except'
.\openml\flows\sklearn_converter.py:852:80: E501 line too long (80 > 79 characters)
.\openml\flows\sklearn_converter.py:868:80: E501 line too long (80 > 79 characters)
.\openml\flows\sklearn_converter.py:872:59: W504 line break after binary operator
.\openml\flows\sklearn_converter.py:887:80: E501 line too long (161 > 79 characters)
.\openml\flows\sklearn_converter.py:888:70: E502 the backslash is redundant between brackets
.\openml\flows\sklearn_converter.py:889:80: E501 line too long (87 > 79 characters)
.\openml\flows\__init__.py:3:1: F401 '.sklearn_converter.obtain_parameter_values' imported but unused
.\openml\flows\__init__.py:5:1: F401 '.functions.assert_flows_equal' imported but unused
.\openml\runs\run.py:3:1: F401 'json' imported but unused
.\openml\runs\run.py:190:55: W504 line break after binary operator
.\openml\runs\run.py:279:73: W504 line break after binary operator
.\openml\runs\run.py:501:29: W605 invalid escape sequence '\-'
.\openml\runs\run.py:501:31: W605 invalid escape sequence '\.'
.\openml\runs\trace.py:56:17: W503 line break before binary operator
.\openml\runs\trace.py:57:17: W503 line break before binary operator
.\openml\setups\functions.py:11:1: F401 'openml.exceptions.OpenMLServerNoResult' imported but unused
.\openml\setups\functions.py:70:80: E501 line too long (104 > 79 characters)
.\openml\setups\functions.py:88:80: E501 line too long (83 > 79 characters)
.\openml\setups\functions.py:124:80: E501 line too long (116 > 79 characters)
.\openml\setups\functions.py:124:86: E262 inline comment should start with '# '
.\openml\setups\functions.py:162:80: E501 line too long (81 > 79 characters)
.\openml\setups\functions.py:249:80: E501 line too long (80 > 79 characters)
.\openml\setups\functions.py:251:80: E501 line too long (114 > 79 characters)
.\openml\setups\functions.py:251:89: E225 missing whitespace around operator
.\openml\study\functions.py:22:31: E225 missing whitespace around operator
.\openml\study\study.py:51:1: W391 blank line at end of file
.\openml\study\__init__.py:1:1: F401 '.study.OpenMLStudy' imported but unused
.\openml\study\__init__.py:2:1: F401 '.functions.get_study' imported but unused
.\openml\tasks\functions.py:412:17: E126 continuation line over-indented for hanging indent
.\openml\tasks\functions.py:414:17: E126 continuation line over-indented for hanging indent
.\openml\tasks\split.py:47:80: E501 line too long (83 > 79 characters)
.\openml\tasks\split.py:52:80: E501 line too long (82 > 79 characters)
.\openml\tasks\split.py:52:81: W504 line break after binary operator
.\openml\tasks\split.py:53:80: E501 line too long (82 > 79 characters)
.\openml\tasks\split.py:55:80: E501 line too long (85 > 79 characters)
.\openml\tasks\split.py:56:44: W503 line break before binary operator
.\openml\tasks\split.py:56:80: E501 line too long (91 > 79 characters)
.\openml\tasks\split.py:112:80: E501 line too long (84 > 79 characters)
.\openml\tasks\split.py:114:80: E501 line too long (84 > 79 characters)
.\openml\tasks\split.py:122:80: E501 line too long (95 > 79 characters)
.\openml\tasks\split.py:123:80: E501 line too long (95 > 79 characters)
.\openml\tasks\__init__.py:1:1: F401 '.task.TaskTypeEnum' imported but unused
.\tests\__init__.py:3:20: W292 no newline at end of file
.\tests\test_datasets\test_dataset_functions.py:51:80: E501 line too long (89 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:57:17: E722 do not use bare 'except'
.\tests\test_datasets\test_dataset_functions.py:106:80: E501 line too long (82 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:112:55: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:112:80: E501 line too long (80 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:113:33: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:113:80: E501 line too long (90 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:114:33: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:125:55: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:125:80: E501 line too long (80 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:126:33: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:126:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:127:33: E127 continuation line over-indented for visual indent
.\tests\test_datasets\test_dataset_functions.py:130:13: E117 over-indented
.\tests\test_datasets\test_dataset_functions.py:138:5: E301 expected 1 blank line, found 0
.\tests\test_datasets\test_dataset_functions.py:143:30: E225 missing whitespace around operator
.\tests\test_datasets\test_dataset_functions.py:183:80: E501 line too long (80 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:188:80: E501 line too long (129 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:201:80: E501 line too long (82 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:203:80: E501 line too long (87 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:224:80: E501 line too long (86 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:226:80: E501 line too long (86 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:228:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:230:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:232:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:234:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:236:80: E501 line too long (84 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:238:80: E501 line too long (84 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:245:80: E501 line too long (86 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:247:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:249:80: E501 line too long (83 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:251:80: E501 line too long (84 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:261:5: E303 too many blank lines (2)
.\tests\test_datasets\test_dataset_functions.py:286:80: E501 line too long (82 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:299:80: E501 line too long (80 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:327:80: E501 line too long (80 > 79 characters)
.\tests\test_datasets\test_dataset_functions.py:333:33: E127 continuation line over-indented for visual indent
.\tests\test_evaluations\test_evaluation_functions.py:14:80: E501 line too long (96 > 79 characters)
.\tests\test_evaluations\test_evaluation_functions.py:29:80: E501 line too long (104 > 79 characters)
.\tests\test_evaluations\test_evaluation_functions.py:38:80: E501 line too long (98 > 79 characters)
.\tests\test_evaluations\test_evaluation_functions.py:53:80: E501 line too long (96 > 79 characters)
.\tests\test_evaluations\test_evaluation_functions.py:68:80: E501 line too long (93 > 79 characters)
.\tests\test_evaluations\test_evaluation_functions.py:81:80: E501 line too long (102 > 79 characters)
.\tests\test_examples\test_OpenMLDemo.py:33:9: E722 do not use bare 'except'
.\tests\test_examples\test_OpenMLDemo.py:38:9: E722 do not use bare 'except'
.\tests\test_examples\test_OpenMLDemo.py:65:17: W503 line break before binary operator
.\tests\test_flows\test_flow.py:113:80: E501 line too long (120 > 79 characters)
.\tests\test_flows\test_flow.py:122:80: E501 line too long (120 > 79 characters)
.\tests\test_flows\test_flow.py:124:80: E501 line too long (118 > 79 characters)
.\tests\test_flows\test_flow.py:154:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow.py:172:33: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_flow.py:221:80: E501 line too long (83 > 79 characters)
.\tests\test_flows\test_flow.py:255:80: E501 line too long (112 > 79 characters)
.\tests\test_flows\test_flow.py:267:80: E501 line too long (103 > 79 characters)
.\tests\test_flows\test_flow.py:272:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow.py:273:80: E501 line too long (81 > 79 characters)
.\tests\test_flows\test_flow.py:295:80: E501 line too long (84 > 79 characters)
.\tests\test_flows\test_flow.py:296:80: E501 line too long (86 > 79 characters)
.\tests\test_flows\test_flow.py:310:80: E501 line too long (91 > 79 characters)
.\tests\test_flows\test_flow.py:331:80: E501 line too long (82 > 79 characters)
.\tests\test_flows\test_flow.py:332:80: E501 line too long (85 > 79 characters)
.\tests\test_flows\test_flow.py:334:80: E501 line too long (85 > 79 characters)
.\tests\test_flows\test_flow.py:335:80: E501 line too long (92 > 79 characters)
.\tests\test_flows\test_flow.py:366:80: E501 line too long (122 > 79 characters)
.\tests\test_flows\test_flow.py:369:80: E501 line too long (124 > 79 characters)
.\tests\test_flows\test_flow.py:382:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow.py:387:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow.py:388:80: E501 line too long (95 > 79 characters)
.\tests\test_flows\test_flow.py:389:80: E501 line too long (88 > 79 characters)
.\tests\test_flows\test_flow.py:390:80: E501 line too long (85 > 79 characters)
.\tests\test_flows\test_flow.py:391:25: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_flow_functions.py:121:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow_functions.py:200:80: E501 line too long (81 > 79 characters)
.\tests\test_flows\test_flow_functions.py:210:80: E501 line too long (114 > 79 characters)
.\tests\test_flows\test_flow_functions.py:212:80: E501 line too long (97 > 79 characters)
.\tests\test_flows\test_flow_functions.py:215:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow_functions.py:216:80: E501 line too long (106 > 79 characters)
.\tests\test_flows\test_flow_functions.py:217:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow_functions.py:218:80: E501 line too long (89 > 79 characters)
.\tests\test_flows\test_flow_functions.py:221:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_flow_functions.py:223:80: E501 line too long (90 > 79 characters)
.\tests\test_flows\test_flow_functions.py:225:80: E501 line too long (97 > 79 characters)
.\tests\test_flows\test_sklearn.py:61:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_sklearn.py:204:80: E501 line too long (83 > 79 characters)
.\tests\test_flows\test_sklearn.py:207:80: E501 line too long (82 > 79 characters)
.\tests\test_flows\test_sklearn.py:208:80: E501 line too long (82 > 79 characters)
.\tests\test_flows\test_sklearn.py:211:80: E501 line too long (84 > 79 characters)
.\tests\test_flows\test_sklearn.py:212:80: E501 line too long (85 > 79 characters)
.\tests\test_flows\test_sklearn.py:232:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_sklearn.py:293:32: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_sklearn.py:293:80: E501 line too long (105 > 79 characters)
.\tests\test_flows\test_sklearn.py:295:32: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_sklearn.py:295:80: E501 line too long (104 > 79 characters)
.\tests\test_flows\test_sklearn.py:304:9: E265 block comment should start with '# '
.\tests\test_flows\test_sklearn.py:368:32: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_sklearn.py:368:80: E501 line too long (105 > 79 characters)
.\tests\test_flows\test_sklearn.py:370:32: E127 continuation line over-indented for visual indent
.\tests\test_flows\test_sklearn.py:370:80: E501 line too long (112 > 79 characters)
.\tests\test_flows\test_sklearn.py:687:21: E222 multiple spaces after operator
.\tests\test_flows\test_sklearn.py:695:80: E501 line too long (105 > 79 characters)
.\tests\test_flows\test_sklearn.py:696:80: E501 line too long (102 > 79 characters)
.\tests\test_flows\test_sklearn.py:697:80: E501 line too long (109 > 79 characters)
.\tests\test_flows\test_sklearn.py:698:80: E501 line too long (113 > 79 characters)
.\tests\test_flows\test_sklearn.py:700:80: E501 line too long (111 > 79 characters)
.\tests\test_flows\test_sklearn.py:701:80: E501 line too long (91 > 79 characters)
.\tests\test_flows\test_sklearn.py:750:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_sklearn.py:797:21: E222 multiple spaces after operator
.\tests\test_flows\test_sklearn.py:859:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_sklearn.py:934:80: E501 line too long (80 > 79 characters)
.\tests\test_flows\test_sklearn.py:970:80: E501 line too long (102 > 79 characters)
.\tests\test_flows\test_sklearn.py:1037:25: E121 continuation line under-indented for hanging indent
.\tests\test_flows\test_sklearn.py:1046:80: E501 line too long (82 > 79 characters)
.\tests\test_flows\test_sklearn.py:1047:80: E501 line too long (85 > 79 characters)
.\tests\test_flows\test_sklearn.py:1050:80: E501 line too long (93 > 79 characters)
.\tests\test_flows\dummy_learn\dummy_forest.py:12:20: W292 no newline at end of file
.\tests\test_openml\test_openml.py:8:80: E501 line too long (80 > 79 characters)
.\tests\test_runs\test_run_functions.py:20:1: F401 'openml.runs.functions._check_n_jobs' imported but unused
.\tests\test_runs\test_run_functions.py:911:13: F841 local variable 'e' is assigned to but never used
.\tests\test_runs\test_run_functions.py:1400:9: F841 local variable 'class_labels' is assigned to but never used
.\tests\test_runs\test_run_functions.py:1405:22: E241 multiple spaces after ','
.\tests\test_setups\test_setup_functions.py:1:1: F401 'sys' imported but unused
.\tests\test_setups\test_setup_functions.py:9:1: F401 'sklearn.ensemble.BaggingClassifier' imported but unused
.\tests\test_setups\test_setup_functions.py:11:1: F401 'sklearn.linear_model.LogisticRegression' imported but unused
.\tests\test_setups\test_setup_functions.py:136:43: E261 at least two spaces before inline comment
.\tests\test_setups\__init__.py:3:20: W292 no newline at end of file
.\tests\test_study\test_study_examples.py:10:1: W293 blank line contains whitespace
.\tests\test_study\test_study_examples.py:11:77: W291 trailing whitespace
.\tests\test_study\test_study_examples.py:12:80: E501 line too long (85 > 79 characters)
.\tests\test_study\test_study_examples.py:12:86: W291 trailing whitespace
.\tests\test_study\test_study_examples.py:17:80: E501 line too long (100 > 79 characters)
.\tests\test_study\test_study_examples.py:18:80: E501 line too long (175 > 79 characters)
.\tests\test_study\test_study_examples.py:19:80: E501 line too long (95 > 79 characters)
.\tests\test_study\test_study_examples.py:20:80: E501 line too long (99 > 79 characters)
.\tests\test_study\test_study_examples.py:21:80: E501 line too long (114 > 79 characters)
.\tests\test_study\test_study_examples.py:22:80: E501 line too long (97 > 79 characters)
.\tests\test_study\test_study_examples.py:23:80: E501 line too long (118 > 79 characters)
.\tests\test_study\test_study_examples.py:24:80: E501 line too long (92 > 79 characters)
.\tests\test_study\test_study_examples.py:25:80: E501 line too long (91 > 79 characters)
.\tests\test_study\test_study_examples.py:26:80: E501 line too long (118 > 79 characters)
.\tests\test_study\test_study_examples.py:30:28: E401 multiple imports on one line
.\tests\test_study\test_study_examples.py:42:80: E501 line too long (80 > 79 characters)
.\tests\test_study\test_study_examples.py:43:80: E501 line too long (81 > 79 characters)
.\tests\test_study\test_study_examples.py:51:13: E122 continuation line missing indentation or outdented
.\tests\test_study\test_study_examples.py:53:80: E501 line too long (80 > 79 characters)
.\tests\test_study\test_study_functions.py:5:1: E302 expected 2 blank lines, found 1
.\tests\test_tasks\test_split.py:3:1: F401 'unittest' imported but unused
.\tests\test_tasks\test_split.py:12:80: E501 line too long (80 > 79 characters)
.\tests\test_tasks\test_split.py:29:9: E722 do not use bare 'except'
.\tests\test_tasks\test_split.py:65:80: E501 line too long (81 > 79 characters)
.\tests\test_tasks\test_split.py:67:70: W504 line break after binary operator
.\tests\test_tasks\test_task_functions.py:43:80: E501 line too long (80 > 79 characters)
.\tests\test_tasks\test_task_functions.py:59:31: E261 at least two spaces before inline comment
.\tests\test_tasks\test_task_functions.py:60:13: E225 missing whitespace around operator
.\tests\test_tasks\test_task_functions.py:70:80: E501 line too long (98 > 79 characters)
.\tests\test_tasks\test_task_functions.py:75:30: E261 at least two spaces before inline comment
.\tests\test_tasks\test_task_functions.py:100:25: E231 missing whitespace after ','
.\tests\test_tasks\test_task_functions.py:102:80: E501 line too long (84 > 79 characters)
.\tests\test_tasks\test_task_functions.py:112:80: E501 line too long (101 > 79 characters)
.\tests\test_tasks\test_task_functions.py:126:80: E501 line too long (82 > 79 characters)
.\tests\test_tasks\test_task_functions.py:129:80: E501 line too long (82 > 79 characters)
.\tests\test_tasks\test_task_functions.py:136:9: E306 expected 1 blank line before a nested definition, found 0
.\tests\test_tasks\test_task_functions.py:169:80: E501 line too long (82 > 79 characters)
.\tests\test_utils\test_utils.py:24:55: W291 trailing whitespace
.\tests\test_utils\test_utils.py:39:80: E501 line too long (97 > 79 characters)
.\tests\test_utils\test_utils.py:53:80: E501 line too long (88 > 79 characters)
.\tests\test_utils\test_utils.py:59:80: E501 line too long (88 > 79 characters)
.\tests\test_utils\test_utils.py:68:80: E501 line too long (91 > 79 characters)
.\tests\test_utils\test_utils.py:73:80: E501 line too long (85 > 79 characters)
.\tests\test_utils\test_utils.py:75:80: E501 line too long (91 > 79 characters)
.\tests\test_utils\test_utils.py:81:80: E501 line too long (89 > 79 characters)
.\tests\test_utils\test_utils.py:84:80: E501 line too long (91 > 79 characters)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions