DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

azamtoiri / Algorithms
Active

Last analyzed 927e563 3 months ago
Default analysis branch is
Currently analyzing run
All issues
29
Recommended
23
Bug risk
0
Anti-pattern
21
Security
0
Performance
0
Type check
0
Coverage
0
Style
8
Documentation
0

Consider removing the commented out code block

PY-W0069
Anti-pattern
3 months ago — 3 months old
Found in Algorithms/divide_and_conquer/merge_sort.py
1

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
3 months ago — 3 months old
Found in Algorithms/../factorials.py
1

Implicit enumerate calls found

PTC-W0060
Anti-pattern
3 months ago — 3 months old
Found in Algorithms/../linear_search.py, Algorithms/../insertion_sort.py and 3 other files
7

Unnecessary else / elif used after return

PYL-R1705
Style
3 months ago — 3 months old
Found in Algorithms/../binary_search.py and Algorithms/../factorials.py
2

No newline at end of file

FLK-W292
Style
3 months ago — 3 months old
Found in Algorithms/../matrix_multiplication.py
1
50%

Unused variable found

PYL-W0612
Anti-pattern
3 months ago — 3 months old
Found in Algorithms/divide_and_conquer/merge_sort.py
1

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
3 months ago — 3 months old
Found in Algorithms/../binary_search.py, Algorithms/../linear_search.py and 2 other files
10