repos: - repo: https://github.com/psf/black rev: 25.1.0 hooks: - id: black args: [ --config=pyproject.toml ] - repo: https://github.com/pycqa/isort rev: 6.0.1 hooks: - id: isort files: "\\.(py)$" args: [ --settings-path=pyproject.toml ]