Merge pull request #1705 from NoahGorny/exclude-build-directory-pre-commit

pre-commit: Exclude docs _build folder
pull/1711/head
Noah Gorny 2020-11-14 00:12:49 +02:00 committed by GitHub
commit bd8b8bb21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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