From c0155a00751d8da7405f7edf0e4c2308d0bcc364 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:50:47 +0200 Subject: [PATCH] Only zizmor --- .pre-commit-config.yaml | 66 ----------------------------------------- 1 file changed, 66 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e0151b4..02903644 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,71 +1,5 @@ repos: - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 - hooks: - - id: ruff - args: [--exit-non-zero-on-fix] - - - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 - hooks: - - id: black - - - 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-merge-conflict - - id: check-json - - id: check-toml - - id: check-yaml - - id: debug-statements - - id: end-of-file-fixer - - id: forbid-submodules - - id: requirements-txt-fixer - - id: trailing-whitespace - - - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 - hooks: - - id: check-github-workflows - - id: check-renovate - - - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 - hooks: - - id: actionlint - - repo: https://github.com/woodruffw/zizmor rev: v0.8.0 hooks: - id: zizmor - - - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.5.0 - hooks: - - id: pyproject-fmt - - - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.23 - hooks: - - id: validate-pyproject - - - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.4.1 - hooks: - - id: tox-ini-fmt - - - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.2 - hooks: - - id: prettier - args: [--prose-wrap=always, --print-width=88] - - - repo: meta - hooks: - - id: check-hooks-apply - - id: check-useless-excludes - -ci: - autoupdate_schedule: quarterly