trag1c
trag1c
 
- 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...
| ⚠️ 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).
| ⚠️ 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__`...
# 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...