[pre-commit.ci] Pre-commit autoupdate. (#186)

* [pre-commit.ci] Pre-commit autoupdate.

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.7...v0.12.2)

* Fix pyproject for ruff upgrade.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mikaël Capelle <capelle.mikael@gmail.com>
This commit is contained in:
pre-commit-ci[bot]
2025-07-07 20:35:54 +02:00
committed by GitHub
co-authored by Mikaël Capelle
parent f35a6b087a
commit 3571d4aac6
3 changed files with 33 additions and 36 deletions
+4 -7
View File
@@ -22,10 +22,10 @@ pyqt6 = "6.7.0"
[tool.poetry.group.dev.dependencies]
mobase-stubs = "^2.5.2"
pyqt6 = "^6.7.0"
pyright = "^1.1.400"
ruff = "^0.11.7"
types-psutil = "^5.9.5.20240516"
poethepoet = "^0.34.0"
pyright = "^1.1.402"
ruff = "^0.12.2"
types-psutil = "<6"
poethepoet = "^0.36.0"
[build-system]
requires = ["poetry-core (>=2.0)"]
@@ -41,9 +41,6 @@ lint-pyright = "pyright ."
lint.sequence = ["lint-ruff", "lint-ruff-format", "lint-pyright"]
lint.ignore_fail = "return_non_zero"
[tool.ruff]
target-version = "py310"
[tool.ruff.lint]
extend-select = ["B", "Q", "I"]