Skip to content

Commit 909b1b2

Browse files
committed
fix(pre-commit): disable poetry-check due to jinja2 bug
1 parent 8051e3b commit 909b1b2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ repos:
4444
- id: ruff-format
4545

4646
# 5. Project Config / Dependency Checks
47-
- repo: https://github.com/python-poetry/poetry
48-
rev: 2.1.3 # Use the latest tag from the repo
49-
hooks:
50-
- id: poetry-check
47+
# TODO: Disabled due to a issue with "No module named 'jinja2'"
48+
# relevant: https://github.com/mtkennerly/poetry-dynamic-versioning/issues/13
49+
#- repo: https://github.com/python-poetry/poetry
50+
# rev: 2.1.3 # Use the latest tag from the repo
51+
# hooks:
52+
# - id: poetry-check
5153

5254
# 6. Security Check
5355
- repo: https://github.com/gitleaks/gitleaks

0 commit comments

Comments
 (0)