mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 14:36:54 +00:00
chore(text-splitters): enable ruff docstring-code-format (#32854)
This commit is contained in:
committed by
GitHub
parent
05d14775f2
commit
8b90eae455
@@ -66,6 +66,9 @@ ignore_missing_imports = true
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.format]
|
||||
docstring-code-format = true
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [ "ALL",]
|
||||
ignore = [
|
||||
|
@@ -35,8 +35,7 @@ def pytest_collection_modifyitems(
|
||||
.. code-block:: python
|
||||
|
||||
@pytest.mark.requires("package1", "package2")
|
||||
def test_something():
|
||||
...
|
||||
def test_something(): ...
|
||||
|
||||
"""
|
||||
# Mapping from the name of a package to whether it is installed or not.
|
||||
|
Reference in New Issue
Block a user