diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd86ebe..05f04ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,20 +5,20 @@ repos: rev: "22.3.0" hooks: - id: black - stages: [commit] + stages: [pre-commit] - repo: "https://github.com/pre-commit/mirrors-prettier" rev: "v2.7.1" hooks: - id: prettier - stages: [commit] + stages: [pre-commit] exclude: test_build\/.+\.html$ - repo: https://github.com/charliermarsh/ruff-pre-commit rev: "v0.0.215" hooks: - id: ruff - stages: [commit] + stages: [pre-commit] - repo: "https://github.com/commitizen-tools/commitizen" rev: "v2.18.0"