From 5cdb98f802b76efa88088fce5573907c88719f61 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Thu, 5 Nov 2020 20:45:20 +0200 Subject: [PATCH] pre-commit: Exclude docs _build folder --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bd696da..84ed6ee7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,7 @@ --- # fail_fast: true minimum_pre_commit_version: 1.18.1 +exclude: "docs/_build/" repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0