From 257e5d9288b7fd0b79562f5065e6d1e951ede2a7 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 23 May 2024 10:17:20 +0200 Subject: [PATCH] TEMP: deactivate `check-dev-files` --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbd2cff0..829d8ffe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,15 +44,6 @@ repos: - repo: https://github.com/ComPWA/policy rev: 0.3.8 hooks: - - id: check-dev-files - args: - - --doc-apt-packages=graphviz - - --dev-python-version=3.10 - - --github-pages - - --no-prettierrc - - --pin-requirements=bimonthly - - --repo-name=compwa.github.io - - --repo-title=ComPWA Organization - id: colab-toc-visible - id: fix-nbformat-version