diff --git a/pyproject.toml b/pyproject.toml index 1a43b1b89..8b8026a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,9 +89,11 @@ fallback_version = "0.0.0-dev" exclude = ["*_pb2.py"] line-length = 100 +[tool.ruff.lint] select = [ "D", # Docstring rules + "I", # Import rules ] -[tool.ruff.pydocstyle] -convention = "google" \ No newline at end of file +[tool.ruff.lint.pydocstyle] +convention = "google"