mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 19:09:57 +00:00
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:
committed by
GitHub
parent
64df60e690
commit
88b4233fa1
@@ -1,3 +1,5 @@
|
||||
"""Script to check if python modules can be imported."""
|
||||
|
||||
import random
|
||||
import string
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user