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.
codefactor.io / CodeFactor succeeded Nov 30, 2024 in 1s

7 minor issues found.

Annotations

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L132

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L108

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L156

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L154

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L161

Trailing newlines (trailing-newlines)

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/solution.py#L46

Unnecessary list index lookup, use 'char' instead (unnecessary-list-index-lookup)

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

kyu_7/valid_parentheses/test_valid_parentheses.py#L130

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