From 78b8d5ba1d302b1ac11b2d6f49f050414c1246b0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 6 Jun 2025 11:10:31 +0300 Subject: [PATCH] .pre-commit-config.yaml: comment alex until better time --- .pre-commit-config.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63693ba8..cbe10f54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.ci for more information ci: - skip: [prettier, alex] + #skip: [prettier, alex] + skip: [prettier] # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. # https://github.com/pre-commit-ci/issues/issues/83 @@ -98,10 +99,10 @@ repos: name: prettier entry: corepack npx prettier --cache --ignore-unknown --write language: system - - id: alex - name: alex - entry: corepack npx alex --why --quiet - language: system + # - id: alex + # name: alex + # entry: corepack npx alex --why --quiet + # language: system # .editorconfig validity checking - repo: https://github.com/editorconfig-checker/editorconfig-checker.python