Skip to content

Implement function that translates QUARK 1 config to QUARK 2 config f… #75

Implement function that translates QUARK 1 config to QUARK 2 config f…

Implement function that translates QUARK 1 config to QUARK 2 config f… #75

GitHub Actions / Pylint failed Nov 9, 2023 in 0s

2 errors

Pylint found 2 errors

Annotations

Check failure on line 180 in src/main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/main.py#L180

Using an f-string that does not have any interpolated variables (f-string-without-interpolation, W1309)

Check failure on line 207 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L207

Line too long (121/120) (line-too-long, C0301)