Skip to content

Commit 3571d4a

Browse files
[pre-commit.ci] Pre-commit autoupdate. (ModOrganizer2#186)
* [pre-commit.ci] Pre-commit autoupdate. updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.2](astral-sh/ruff-pre-commit@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>
1 parent f35a6b0 commit 3571d4a

3 files changed

Lines changed: 33 additions & 36 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: check-case-conflict
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.7 # must match pyproject.toml
14+
rev: v0.12.2 # must match pyproject.toml
1515
hooks:
1616
- id: ruff
1717
args: [--extend-select, I, --fix]

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)