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 05d1477 commit 8b90eaeCopy full SHA for 8b90eae
libs/text-splitters/pyproject.toml
@@ -66,6 +66,9 @@ ignore_missing_imports = true
66
[tool.ruff]
67
target-version = "py39"
68
69
+[tool.ruff.format]
70
+docstring-code-format = true
71
+
72
[tool.ruff.lint]
73
select = [ "ALL",]
74
ignore = [
libs/text-splitters/tests/unit_tests/conftest.py
@@ -35,8 +35,7 @@ def pytest_collection_modifyitems(
35
.. code-block:: python
36
37
@pytest.mark.requires("package1", "package2")
38
- def test_something():
39
- ...
+ def test_something(): ...
40
41
"""
42
# Mapping from the name of a package to whether it is installed or not.
0 commit comments