Skip to content

Commit 84e9399

Browse files
authored
Merge branch 'ModOrganizer2:master' into master
2 parents e53dd32 + 3571d4a commit 84e9399

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)