Valid Parentheses - Merge pull request #543 from iKostanOrg/master #544
7 new issues (0 max.) of at least minor severity.
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
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
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
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
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
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
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
codacy-production / Codacy Static Code Analysis
kyu_7/valid_parentheses/test_valid_parentheses.py#L161
Trailing newlines