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

Valid Parentheses - Merge pull request #543 from iKostanOrg/master #544

Merged
merged 21 commits into from
Dec 1, 2024

Update solution.py

c1cfe59
Select commit
Loading
Failed to load commit list.
Merged

Valid Parentheses - Merge pull request #543 from iKostanOrg/master #544

Update solution.py
c1cfe59
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 30, 2024 in 0s

7 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 7
           

Complexity increasing per file
==============================
- kyu_7/valid_parentheses/test_valid_parentheses.py  2
- kyu_7/valid_parentheses/solution.py  6
         

See the complete overview on Codacy

Annotations

Check notice on line 52 in kyu_7/valid_parentheses/solution.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/solution.py#L52

Unnecessary list index lookup, use 'char' instead

Check warning on line 108 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L108

Using an f-string that does not have any interpolated variables

Check warning on line 130 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L130

Using an f-string that does not have any interpolated variables

Check warning on line 132 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L132

Using an f-string that does not have any interpolated variables

Check warning on line 154 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L154

Using an f-string that does not have any interpolated variables

Check warning on line 156 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L156

Using an f-string that does not have any interpolated variables

Check notice on line 161 in kyu_7/valid_parentheses/test_valid_parentheses.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

kyu_7/valid_parentheses/test_valid_parentheses.py#L161

Trailing newlines