trag1c

Results 13 issues of trag1c

![image](https://user-images.githubusercontent.com/77130613/144768089-300e4234-a754-4bd7-8f6a-7ff68035a916.png) ![image](https://user-images.githubusercontent.com/77130613/144768076-c313925d-f219-4a58-b57c-c02dc54d3fe8.png)

bug

- Converted `camelCase` to `snake_case`, since that's the recommended naming convention for Python. - Removed redundant float casts on L64 (since `/` in Python always returns a float and doesn't...

bug
good first issue
help wanted

| ⚠️ Make sure to contribute to the `0.7.0` branch! | | --- | Most occurrences of `typing.Any` can be replaced with just `object` (mostly built-in Samarium type dunders).

feature
good first issue

| ⚠️ Make sure to contribute to the `0.7.0` branch! | | --- | `src/samarium/classes/base.py@Table` is declared as a generic type but the parametrization is never used because the `__init__`...

feature

enhancement

enhancement

# Hey, I just made a Pull Request! ## Description Changes all occurrences of `os.path` to use `pathlib` instead. ## Motivation and Context Closes #179 ## Have you tested this?...

`pathlib` offers a simpler and more human-friendly way of dealing with paths and it seems like interrogate mostly uses `os.path`. I believe changing this would be more in line with...

enhancement
good first issue