Bump isort to 9.0.0a3
The isort pre-commit hook is updated to version 9.0.0a3.
The isort pre-commit hook in .pre-commit-config.yaml has been updated to version 9.0.0a3. This ensures consistent import sorting across the project. No formatting changes were introduced by the update.
In Details
This commit updates the isort version in .pre-commit-config.yaml, used by the pre-commit framework. The pre-commit framework helps automate code style checks before committing. isort is a Python utility that automatically sorts imports.
For Context
This commit updates the version of isort, a Python package, used by the pre-commit tool. The pre-commit tool runs checks on code before commits are accepted, ensuring code quality and consistency; isort specifically sorts Python imports alphabetically and separates them into sections.