ci: autofix_commit_msg: "style(pre-commit.ci): auto fixes from pre-commit hooks" autoupdate_commit_msg: "style(pre-commit.ci): pre-commit autoupdate" repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen rev: v3.21.3 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini] types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat rev: 0.7.17 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins additional_dependencies: - mdformat-gfm - mdformat-black - repo: https://github.com/adrienverge/yamllint.git rev: v1.35.1 hooks: - id: yamllint args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.28.1 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.5 hooks: - id: ruff args: [ --fix ] - id: ruff-format