From 2e8853a8347b4a3478455eb5977c871e536f913c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 4 Aug 2021 16:35:46 +0200 Subject: [PATCH] [build] Simplify recipe parsing and environment creation significantly and fixes multiple environment creation issues; Closes #70 --- .pre-commit-config.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1298c662..446c0328 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,21 +30,3 @@ repos: exclude: bob/devtools/templates/setup.py - id: check-yaml exclude: .*/meta.yaml - - repo: local - hooks: - - id: sphinx-build - name: sphinx build - entry: python -m sphinx.cmd.build - args: [-a, -E, -W, doc, sphinx] - language: system - files: ^doc/ - types: [file] - pass_filenames: false - - id: sphinx-doctest - name: sphinx doctest - entry: python -m sphinx.cmd.build - args: [-a, -E, -b, doctest, doc, sphinx] - language: system - files: ^doc/ - types: [file] - pass_filenames: false -- GitLab