repos: - repo: https://github.com/PyCQA/autoflake rev: v2.3.1 hooks: - id: autoflake args: [--remove-all-unused-imports, --in-place] - repo: https://github.com/pre-commit/mirrors-isort rev: v5.10.1 hooks: - id: isort - repo: https://github.com/psf/black rev: 25.1.0 hooks: - id: black language_version: python3.11 - repo: https://github.com/pycqa/flake8 rev: 7.2.0 hooks: - id: flake8