Skip to content

Correct lynting error #44

Correct lynting error

Correct lynting error #44

GitHub Actions / Pylint failed Mar 26, 2024 in 0s

15 errors

Pylint found 15 errors

Annotations

Check failure on line 147 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L147

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 180 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L180

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 250 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L250

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

Check failure on line 340 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L340

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

Check failure on line 360 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L360

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 367 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L367

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 381 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L381

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 334 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L334

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

Check failure on line 199 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L199

Too many statements (92/50) (too-many-statements, R0915)

Check failure on line 159 in src/modules/solvers/QAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QAOA.py#L159

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 94 in src/modules/solvers/QiskitQAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QiskitQAOA.py#L94

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

Check failure on line 106 in src/modules/solvers/QiskitQAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QiskitQAOA.py#L106

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

Check failure on line 118 in src/modules/solvers/QiskitQAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QiskitQAOA.py#L118

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

Check failure on line 130 in src/modules/solvers/QiskitQAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QiskitQAOA.py#L130

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

Check failure on line 194 in src/modules/solvers/QiskitQAOA.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/solvers/QiskitQAOA.py#L194

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