Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Feb 21, 2025
1 parent 72c832b commit b084fe0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b084fe0

Please sign in to comment.