Last analyzed 300d921 a day ago
Default analysis branch is
Currently analyzing run

Dangerous default argument

PYL-W0102
Bug risk
a day ago 3 months old
Found in soccertrack/../torchreid.py, soccertrack/../multi_object_tracker.py and 2 other files
5

Multiple imports for an import name detected

PYL-W0404
Bug risk
a day ago 3 months old
Found in soccertrack/../base.py and soccertrack/../utils.py
5

Implicit enumerate calls found

PTC-W0060
Anti-pattern
a day ago 3 months old
Found in soccertrack/../tracking_preprocess.py, soccertrack/../utils.py and 2 other files
10

Consider removing the commented out code block

PY-W0069
Anti-pattern
a day ago 3 months old
Found in docs/prepend_titles.py, soccertrack/../camera.py and 16 other files
72

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
a day ago 3 months old
Found in scripts/../upload.py, setup.py and 25 other files
72

Consider merging isinstance calls

PYL-R1701
Anti-pattern
a day ago 3 months old
Found in soccertrack/metrics/object_detection.py
1

Appending to dictionary immediately following its definition

PY-W0072
Anti-pattern
a day ago 3 months old
Found in soccertrack/../tracking_preprocess.py and soccertrack/../utils.py
5

Consider iterating dictionary

PYL-C0201
Anti-pattern
a day ago 2 months old
Found in tests/test_metrics.py
1

Consider using literal syntax to create the data structure

PTC-W0019
Performance
a day ago 3 months old
Found in soccertrack/../bboxdataframe.py and soccertrack/../tracker.py
3

Assert statement used outside of tests

BAN-B101
Security
a day ago 3 months old
Found in scripts/../build_dataset.py, soccertrack/../calibrate.py and 10 other files
28

Unnecessary else / elif used after return

PYL-R1705
Style
a day ago 3 months old
Found in soccertrack/../downloader.py and soccertrack/../tracking.py
2

Unnecessary else/elif used after raise

PYL-R1720
Style
a day ago 3 months old
Found in test_environment.py
1

Undefined name detected

PYL-E0602
Bug risk
a day ago 3 months old
Found in soccertrack/../calibrate.py, soccertrack/../camera.py and 3 other files
13

Cell variable defined in loop

PYL-W0640
Bug risk
a day ago 3 months old
Found in scripts/yolov5/build_dataset.py
1

Missing argument in function call

PYL-E1120
Bug risk
a day ago 3 months old
Found in soccertrack/detection_model/yolov5.py
1

Mismatched parameters in overridden method

PYL-W0221
Bug risk
a day ago 2 months old
Found in soccertrack/../bboxdataframe.py and soccertrack/../coordinatesdataframe.py
2

Method should have self as the first argument

PYL-E0213
Anti-pattern
a day ago 3 months old
Found in soccertrack/pipeline.py
4

Unused variable found

PYL-W0612
Anti-pattern
a day ago 3 months old
Found in soccertrack/../calibrate.py, soccertrack/../camera.py and 6 other files
16

Function contains unused argument

PYL-W0613
Anti-pattern
a day ago 3 months old
Found in docs/conf.py, soccertrack/../calibrate.py and 5 other files
25

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
a day ago 3 months old
Found in docs/prepend_titles.py, scripts/../download.py and 10 other files
21

Re-definition found for builtin function

PYL-W0622
Anti-pattern
a day ago 3 months old
Found in soccertrack/cli.py, soccertrack/../downloader.py and 2 other files
7

Exception caught is very general

PYL-W0703
Anti-pattern
a day ago 3 months old
Found in soccertrack/../coordinatesdataframe.py, soccertrack/../file.py and 1 other file
4

Use of an insecure method from xml.etree.ElementTree detected

BAN-B314
Security
a day ago 3 months old
Found in soccertrack/camera/camera.py
1

Audit required: Insecure hash function

PTC-W1003
Security
a day ago 3 months old
Found in soccertrack/dataframe/bboxdataframe.py
1