Skip to content

Commit 05044cb

Browse files
committed
fix: ensure poetry.lock is excluded from pre-commit
1 parent a5505f4 commit 05044cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
name: Generate Sphinx docs
66
entry: poetry run sphinx-build -b html docs/source docs/build
77
language: system
8+
exclude: poetry.lock
89
- repo: https://github.com/pre-commit/pre-commit-hooks
910
rev: v3.2.0
1011
hooks:

0 commit comments

Comments
 (0)