repos: - repo: https://github.com/psf/black rev: 24.3.0 hooks: - id: black language_version: python3.12 - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. rev: "v0.3.4" hooks: - id: ruff - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace exclude: ".*\\.md$" - id: end-of-file-fixer - id: check-added-large-files