From b084fe0a962365c8eda277e3f5918033eb4d1c66 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:12:42 +0000 Subject: [PATCH] Apply pre-commit fix From the artifact of the previous workflow run --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5961265a56..584d8dc271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,10 @@ +[tool.ruff] +target-version = "py311" +line-length = 110 + +[tool.ruff.lint.pydocstyle] +convention = "numpy" + [tool.poetry] name = "github-app-geo-project" version = "0.0.0" @@ -88,13 +95,6 @@ types-setuptools = "75.6.0.20241223" types-markdown = "3.7.0.20241204" types-requests = "2.32.0.20241016" -[tool.ruff] -target-version = "py311" -line-length = 110 - -[tool.ruff.lint.pydocstyle] -convention = "numpy" - [tool.poetry-dynamic-versioning] enable = true vcs = "git"