update to latest query version #13
21 errors
Flake8 found 21 errors
Annotations
Check failure on line 98 in automate_mkdocs.py
github-actions / Flake8
automate_mkdocs.py#L98
F-string is missing placeholders (F541)
Check failure on line 8 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L8
Expected 2 blank lines, found 1 (E302)
Check failure on line 13 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L13
Expected 2 blank lines, found 1 (E302)
Check failure on line 28 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L28
Expected 2 blank lines, found 1 (E302)
Check failure on line 54 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L54
Expected 2 blank lines after class or function definition, found 1 (E305)
Check failure on line 59 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L59
Blank line contains whitespace (W293)
Check failure on line 59 in src/generate_overview.py
github-actions / Flake8
src/generate_overview.py#L59
No newline at end of file (W292)
Check failure on line 11 in src/main.py
github-actions / Flake8
src/main.py#L11
Expected 2 blank lines, found 1 (E302)
Check failure on line 33 in src/main.py
github-actions / Flake8
src/main.py#L33
Expected 2 blank lines, found 1 (E302)
Check failure on line 139 in src/main.py
github-actions / Flake8
src/main.py#L139
Expected 2 blank lines after class or function definition, found 1 (E305)
Check failure on line 9 in src/query_processor.py
github-actions / Flake8
src/query_processor.py#L9
Expected 2 blank lines, found 1 (E302)
Check failure on line 100 in src/query_processor.py
github-actions / Flake8
src/query_processor.py#L100
Blank line contains whitespace (W293)
Check failure on line 100 in src/query_processor.py
github-actions / Flake8
src/query_processor.py#L100
No newline at end of file (W292)
Check failure on line 7 in src/utils.py
github-actions / Flake8
src/utils.py#L7
Expected 2 blank lines, found 1 (E302)
Check failure on line 16 in src/utils.py
github-actions / Flake8
src/utils.py#L16
Expected 2 blank lines, found 1 (E302)
Check failure on line 21 in src/utils.py
github-actions / Flake8
src/utils.py#L21
Expected 2 blank lines, found 1 (E302)
Check failure on line 43 in src/utils.py
github-actions / Flake8
src/utils.py#L43
Expected 2 blank lines, found 1 (E302)
Check failure on line 51 in src/utils.py
github-actions / Flake8
src/utils.py#L51
Expected 2 blank lines, found 1 (E302)
Check failure on line 8 in tests/test_function_to_test.py
github-actions / Flake8
tests/test_function_to_test.py#L8
Expected 2 blank lines, found 1 (E302)
Check failure on line 9 in tests/test_function_to_test.py
github-actions / Flake8
tests/test_function_to_test.py#L9
At least two spaces before inline comment (E261)
Check failure on line 9 in tests/test_function_to_test.py
github-actions / Flake8
tests/test_function_to_test.py#L9
No newline at end of file (W292)