Skip to content

basic scripts and utils for openalex querying

Sign in for the full log view
GitHub Actions / Flake8 failed Aug 20, 2024 in 0s

15 errors

Flake8 found 15 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 10 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L10

Expected 2 blank lines, found 1 (E302)

Check failure on line 32 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L32

Expected 2 blank lines, found 1 (E302)

Check failure on line 125 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/main.py#L125

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

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

Blank line contains whitespace (W293)

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

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 92 in src/query_processor.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/query_processor.py#L92

Blank line contains whitespace (W293)

Check failure on line 92 in src/query_processor.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/query_processor.py#L92

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 6 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#L6

Undefined name 'some_function' (F821)