Skip to content

Update README.md

Update README.md #8

GitHub Actions / Flake8 failed Aug 27, 2024 in 0s

23 errors

Flake8 found 23 errors

Annotations

Check failure on line 98 in automate_mkdocs.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

automate_mkdocs.py#L98

F-string is missing placeholders (F541)

Check failure on line 8 in src/generate_overview.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/generate_overview.py#L59

Blank line contains whitespace (W293)

Check failure on line 59 in src/generate_overview.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/generate_overview.py#L59

No newline at end of file (W292)

Check failure on line 11 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L11

Expected 2 blank lines, found 1 (E302)

Check failure on line 33 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L33

Expected 2 blank lines, found 1 (E302)

Check failure on line 127 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L127

Expected 2 blank lines after class or function definition, found 1 (E305)

Check failure on line 129 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L129

Blank line contains whitespace (W293)

Check failure on line 129 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L129

No newline at end of file (W292)

Check failure on line 9 in src/query_processor.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/query_processor.py#L100

Blank line contains whitespace (W293)

Check failure on line 100 in src/query_processor.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/query_processor.py#L100

No newline at end of file (W292)

Check failure on line 7 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L7

Expected 2 blank lines, found 1 (E302)

Check failure on line 16 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L16

Expected 2 blank lines, found 1 (E302)

Check failure on line 21 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L21

Expected 2 blank lines, found 1 (E302)

Check failure on line 43 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L43

Expected 2 blank lines, found 1 (E302)

Check failure on line 51 in src/utils.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_function_to_test.py#L9

No newline at end of file (W292)