Last analyzed 2d22a58 3 months ago
Default analysis branch is
Currently analyzing run

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
3 months ago 3 months old
Found in src/dge.py
1

Unnecessary lambda expression

PYL-W0108
Anti-pattern
3 months ago 3 months old
Found in src/curation.py and src/utils.py
2

Consider merging isinstance calls

PYL-R1701
Anti-pattern
3 months ago 3 months old
Found in src/curation.py and src/utils.py
3

Consider using literal syntax to create the data structure

PTC-W0019
Performance
3 months ago 3 months old
Found in src/curation.py and src/gui.py
2

Assert statement used outside of tests

BAN-B101
Security
3 months ago 3 months old
Found in src/curation.py, src/gui.py and 1 other file
24

Unnecessary else/elif used after raise

PYL-R1720
Style
3 months ago 3 months old
Found in src/utils.py
2

Blank line contains whitespace

FLK-W293
Style
3 months ago 3 months old
Found in src/curation.py, src/dge.py and 2 other files
23

Unused variable found

PYL-W0612
Anti-pattern
3 months ago 3 months old
Found in src/curation.py and src/gui.py
2

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
3 months ago 3 months old
Found in src/dge.py and src/gui.py
3

Argument redefined from local

PYL-R1704
Anti-pattern
3 months ago 3 months old
Found in src/gui.py
1

Function contains unused argument

PYL-W0613
Anti-pattern
3 months ago 3 months old
Found in src/gui.py
5

Re-definition found for builtin function

PYL-W0622
Anti-pattern
3 months ago 3 months old
Found in src/curation.py and src/utils.py
3

Exception caught is very general

PYL-W0703
Anti-pattern
3 months ago 3 months old
Found in src/curation.py
1