Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re work #11

Merged
merged 37 commits into from
Dec 26, 2024

Delete logs directory

6c8aecc
Select commit
Loading
Failed to load commit list.
Merged

Re work #11

Delete logs directory
6c8aecc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Prospector (reported by Codacy) succeeded Dec 26, 2024 in 9s

151 new alerts

New alerts in code changed by this pull request

  • 151 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 2 in main.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Unable to import 'PyQt6.QtWidgets' (import-error) Warning

Unable to import 'PyQt6.QtWidgets' (import-error)

Check warning on line 1 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Unable to import 'png' (import-error) Warning

Unable to import 'png' (import-error)

Check warning on line 5 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

parse_metadata is too complex (37) (MC0001) Warning

parse_metadata is too complex (37) (MC0001)

Check warning on line 5 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Too many statements (76/60) (too-many-statements) Warning

Too many statements (76/60) (too-many-statements)

Check warning on line 5 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Too many local variables (17/15) (too-many-locals) Warning

Too many local variables (17/15) (too-many-locals)

Check warning on line 8 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Too many nested blocks (7/5) (too-many-nested-blocks) Warning

Too many nested blocks (7/5) (too-many-nested-blocks)

Check warning on line 16 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 8 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 8 (bad-indentation)

Check warning on line 23 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

indentation is not a multiple of four (comment) (E114) Warning

indentation is not a multiple of four (comment) (E114)

Check warning on line 23 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

over-indented (comment) (E117) Warning

over-indented (comment) (E117)

Check warning on line 24 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

over-indented (E117) Warning

over-indented (E117)

Check warning on line 24 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 29 spaces, expected 28 (bad-indentation) Warning

Bad indentation. Found 29 spaces, expected 28 (bad-indentation)

Check warning on line 26 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 29 spaces, expected 28 (bad-indentation) Warning

Bad indentation. Found 29 spaces, expected 28 (bad-indentation)

Check warning on line 30 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 22 spaces, expected 24 (bad-indentation) Warning

Bad indentation. Found 22 spaces, expected 24 (bad-indentation)

Check warning on line 31 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 22 spaces, expected 24 (bad-indentation) Warning

Bad indentation. Found 22 spaces, expected 24 (bad-indentation)

Check warning on line 36 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 10 spaces, expected 12 (bad-indentation) Warning

Bad indentation. Found 10 spaces, expected 12 (bad-indentation)

Check warning on line 38 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 39 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 40 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 10 spaces, expected 12 (bad-indentation) Warning

Bad indentation. Found 10 spaces, expected 12 (bad-indentation)

Check warning on line 41 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 42 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 43 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 24 spaces, expected 20 (bad-indentation) Warning

Bad indentation. Found 24 spaces, expected 20 (bad-indentation)

Check warning on line 45 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 45 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

line too long (377 > 159 characters) (E501) Warning

line too long (377 > 159 characters) (E501)

Check warning on line 46 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 12 spaces, expected 16 (bad-indentation) Warning

Bad indentation. Found 12 spaces, expected 16 (bad-indentation)

Check warning on line 48 in metadata_parser.py

See this annotation in the file changed.

Code scanning / Prospector (reported by Codacy)

Bad indentation. Found 14 spaces, expected 20 (bad-indentation) Warning

Bad indentation. Found 14 spaces, expected 20 (bad-indentation)