Skip to content

Conversation

Copy link

Copilot AI commented Dec 30, 2025

Two formatting corrections in the Poetry configuration for documentation:

  • Package name: Renamed from java-driver to scylladb-java-driver-docs to clarify this is the documentation package, not the driver itself
  • Dependency formatting: Fixed missing space in redirects_cli ="^0.1.3" to match the formatting style of other dependencies
[tool.poetry]
-name = "java-driver"
+name = "scylladb-java-driver-docs"

[tool.poetry.dependencies]
-redirects_cli ="^0.1.3"
+redirects_cli = "^0.1.3"
Original prompt
Please apply the following diffs and create a pull request.
Once the PR is ready, give it a title based on the messages of the fixes being applied.

[{"message":"[nitpick] The package name 'java-driver' is inconsistent with the description 'ScyllaDB Java Driver' and appears to be for documentation. Consider renaming to 'scylladb-java-driver-docs' or similar to clarify this is the documentation package.","fixFiles":[{"filePath":"docs/pyproject.toml","diff":"diff --git a/docs/pyproject.toml b/docs/pyproject.toml\n--- a/docs/pyproject.toml\n+++ b/docs/pyproject.toml\n@@ -1,5 +1,5 @@\n [tool.poetry]\n-name = \"java-driver\"\n+name = \"scylladb-java-driver-docs\"\n version = \"3.7.1\"\n description = \"ScyllaDB Java Driver\"\n authors = [\"Java Driver Contributors\"]\n"}]},{"message":"Inconsistent spacing around the equals sign. Should be 'redirects_cli = \"^0.1.3\"' to match the formatting of other dependencies.","fixFiles":[{"filePath":"docs/pyproject.toml","diff":"diff --git a/docs/pyproject.toml b/docs/pyproject.toml\n--- a/docs/pyproject.toml\n+++ b/docs/pyproject.toml\n@@ -8,7 +8,7 @@\n [tool.poetry.dependencies]\n python = \"^3.13\"\n pygments = \"^2.19.2\"\n-redirects_cli =\"^0.1.3\"\n+redirects_cli = \"^0.1.3\"\n sphinx-scylladb-theme = \"^1.8.8\"\n sphinx-sitemap = \"^2.8.0\"\n sphinx-autobuild = \"^2025.0.0\"\n"}]}]

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix package name and spacing in pyproject.toml Fix package name and spacing in docs/pyproject.toml Dec 30, 2025
Copilot AI requested a review from mykaul December 30, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants