Merge pull request #1705 from NoahGorny/exclude-build-directory-pre-commit
pre-commit: Exclude docs _build folderpull/1711/head
commit
bd8b8bb21e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue