fix(workflow): disable docstring (#9236)

This commit is contained in:
Ulf Gebhardt 2026-02-15 22:09:10 +01:00 committed by GitHub
parent fc714a5f30
commit 1141514e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@
language: de language: de
reviews: reviews:
pre_merge_checks:
docstrings:
mode: "off"
# Automatisches Review für alle PRs # Automatisches Review für alle PRs
auto_review: auto_review:
enabled: true enabled: true