HeavyLvy
Results
2
issues of
HeavyLvy
idk what the reason is for all of those compose files to be in the root of the project, 😭 and maybe it was stated somewhere in the docs. But...
enhancement
```py @dataclass class User: name: str user_id: str = field(default_factory=generate_uuid4) ``` ```powershell PS G:\projects\testing_tools> vulture src\main.py:47: unused variable 'name' (60% confidence) src\main.py:48: unused variable 'user_id' (60% confidence) ```