v0.1.2
Bug fix:
- Found the R format function was not translated correctly while adding tests for better code coverage. Found that np.format_float_positional with unique=False, fractional=False, trim="-" achieves the same output.
Code quality:
- Using Ruff for linting
- Added pre-commit hooks
- Added code coverage