We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8051e3b commit 909b1b2Copy full SHA for 909b1b2
.pre-commit-config.yaml
@@ -44,10 +44,12 @@ repos:
44
- id: ruff-format
45
46
# 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
+ # TODO: Disabled due to a issue with "No module named 'jinja2'"
+ # relevant: https://github.com/mtkennerly/poetry-dynamic-versioning/issues/13
+ #- repo: https://github.com/python-poetry/poetry
+ # rev: 2.1.3 # Use the latest tag from the repo
51
+ # hooks:
52
+ # - id: poetry-check
53
54
# 6. Security Check
55
- repo: https://github.com/gitleaks/gitleaks
0 commit comments