Skip to content

Commit

Permalink
rm .python-version, set pyright pythonVersion again
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 11, 2024
1 parent 6c7a989 commit 4fc1fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "edgedb-pydantic-codegen"
version = "2024.10.1-dev"
description = "Alternative Python EdgeDB code generator (Pydantic V2 + asyncio, FastAPI compatible)"
readme = "README.md"
license = "MIT"
license = { file = "LICENSE" }
requires-python = ">=3.11,<4"
dependencies = [
# codegen
Expand All @@ -26,6 +26,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pyright]
pythonVersion = "3.11"
reportDeprecated = true

[tool.ruff.lint]
Expand Down
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"extends": [
"github>Japan7/renovate-config",
"github>Japan7/renovate-config:python"
],
"ignorePaths": [".python-version"]
]
}

0 comments on commit 4fc1fb9

Please sign in to comment.