Merge pull request #287 from input-output-hk/pytype_args
fix(makefile): update pytype command
fix(makefile): update pytype command
Updated the Makefile to call pytype with '-k -j auto' options (continue on error and run checks in parallel).
chore: update ruff-pre-commit to v0.9.2
Updated the ruff-pre-commit hook version from v0.8.3 to v0.9.2 in the .pre-commit-config.yaml file to ensure compatibility with the latest features and fixes.
refactor: remove pylint disable comments
Removed unnecessary pylint disable comments from various files in the cardano_clusterlib module. We no longer use pylint.
feat: avoid redundant UTxO queries
This change optimizes UTxO retrieval by avoiding redundant queries.
feat: improve UTxO selection
- count coins from UTxOs that were already selected for different coin - optimize and defragment UTxOs
feat(conway_gov_drep_group): add support for `--output-hex`
- Added a property `_has_output_hex` to check if `drep id` has a `--output-hex` option. - Updated `_get_cred_args` method to handle `hex` and `bech32` output formats. - Ensured backward compatibility by checking for the presence of `--output-hex` option.