sean abreau

Results 5 issues of sean abreau

logical updates to make codebase more pythonic. updates pre commit hook so that isort complies with black formatting standards, preventing potential issues

adds --statistics flag from issue #1814 open to all feedback :)

This PR improves the `pyproject.toml` file by adding essential metadata to enhance usability, discoverability, and project clarity. The following updates were made: - **Included Fields**: - Added `homepage`, `repository`, and...

Ruff serves as a drop-in replacement for both [isort](https://docs.astral.sh/ruff/rules/#isort-i) and [Black](https://docs.astral.sh/ruff/formatter/), streamlining code formatting and import sorting within a single tool. Additionally, the inclusion of py.typed ensures compatibility with type-checking...