core: Add ruff rules D (docstring) (#29406)

This ensures that the code is properly documented:
https://docs.astral.sh/ruff/rules/#pydocstyle-d

Related to #21983
This commit is contained in:
Christophe Bornet
2025-04-01 19:15:45 +02:00
committed by GitHub
parent 64df60e690
commit 88b4233fa1
120 changed files with 1152 additions and 444 deletions

View File

@@ -1,3 +1,5 @@
"""Script to check if python modules can be imported."""
import random
import string
import sys