Skip to content

Commit 3ececfd

Browse files
committed
Fix pyproject for ruff upgrade.
1 parent 3429b5c commit 3ececfd

2 files changed

Lines changed: 32 additions & 35 deletions

File tree

poetry.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ pyqt6 = "6.7.0"
2222
[tool.poetry.group.dev.dependencies]
2323
mobase-stubs = "^2.5.2"
2424
pyqt6 = "^6.7.0"
25-
pyright = "^1.1.400"
26-
ruff = "^0.11.7"
27-
types-psutil = "^5.9.5.20240516"
28-
poethepoet = "^0.34.0"
25+
pyright = "^1.1.402"
26+
ruff = "^0.12.2"
27+
types-psutil = "<6"
28+
poethepoet = "^0.36.0"
2929

3030
[build-system]
3131
requires = ["poetry-core (>=2.0)"]
@@ -41,9 +41,6 @@ lint-pyright = "pyright ."
4141
lint.sequence = ["lint-ruff", "lint-ruff-format", "lint-pyright"]
4242
lint.ignore_fail = "return_non_zero"
4343

44-
[tool.ruff]
45-
target-version = "py310"
46-
4744
[tool.ruff.lint]
4845
extend-select = ["B", "Q", "I"]
4946

0 commit comments

Comments
 (0)