Skip to content

Commit 5b0469f

Browse files
committed
ci: update tools
1 parent 9014084 commit 5b0469f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.7
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
args: [--fix]
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-ast
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: check-useless-excludes
3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.33.2
37+
rev: 0.36.0
3838
hooks:
3939
- id: check-jsonschema
4040
name: "Check prefpicker template schema"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ deps =
3737
commands =
3838
mypy --install-types --non-interactive {posargs}
3939
deps =
40-
mypy==v1.17.1
40+
mypy==v1.19.1
4141
usedevelop = true
4242

4343
[testenv:pylint]
4444
commands =
4545
pylint {posargs}
4646
deps =
47-
pylint==3.3.7
47+
pylint==4.0.4
4848
usedevelop = true

0 commit comments

Comments
 (0)