repos: - repo: https://github.com/psf/black rev: 25.1.0 hooks: - id: black args: ["--line-length=88", "--fast", "--quiet"] types: [python]