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

BAMWelDX / weldx
Active

Last analyzed 4215eb0 3 days ago
Default analysis branch is
Currently analyzing run
All issues
75
Recommended
17
Bug risk
11
Anti-pattern
8
Security
1
Performance
0
Type check
0
Coverage
0
Style
5
Documentation
50

Undefined name detected in __all__

PYL-E0603
Bug risk
5 months ago — 2 years old
Found in weldx/__init__.py
7

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
2 months ago — a year old
Found in weldx/../__init__.py, weldx/../__init__.py and 1 other file
6

Protected member accessed from outside the class

PYL-W0212
Bug risk
2 months ago — 2 years old
Found in weldx/time.py
2

Object which is not a context manager used with the with statement

PYL-E1129
Bug risk
3 months ago — a year old
Found in weldx/tests/asdf_tests/test_asdf_groove.py
1

Defining equality for a class without also defining hashability

PYL-W1641
Bug risk
3 months ago — 5 months old
Found in weldx/core/math_expression.py
1