repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-illegal-windows-names - id: check-merge-conflict - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending - repo: https://github.com/psf/black-pre-commit-mirror rev: 24.10.0 hooks: - id: black language_version: python3.12 - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: - id: isort name: isort (python)