Skip to content

Commit 0428a9e

Browse files
committed
chore: update mypy, ruff, pyright
1 parent 382cbad commit 0428a9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
name: ruff-format
1717
args: [--check]
1818
repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.7
19+
rev: v0.14.0
2020

2121
- hooks:
2222
- id: mypy
2323
name: mypy
2424
args: [--config-file=pyproject.toml]
2525
repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.17.1
26+
rev: v1.18.2
2727

2828
- hooks:
2929
- id: pyright
@@ -33,4 +33,4 @@ repos:
3333
args:
3434
- "--pythonpath=.venv/bin/python"
3535
repo: https://github.com/RobertCraigie/pyright-python
36-
rev: v1.1.403
36+
rev: v1.1.405

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Repository = "https://github.com/phi-friday/python-socketio-stubs"
2626

2727
[project.optional-dependencies]
2828
mypy = [
29-
"mypy>=1.17.1",
29+
"mypy>=1.18.2",
3030
]
3131
mypy-strict = [
32-
"mypy==1.17.1",
32+
"mypy==1.18.2",
3333
"python-socketio-stubs[mypy]",
3434
]
3535

@@ -47,7 +47,7 @@ python-socketio-dependencies = [
4747
]
4848
dev = [
4949
{ include-group = "python-socketio-dependencies" },
50-
"ruff==0.12.7",
50+
"ruff==0.14.0",
5151
"pre-commit>=4.2.0",
5252
"poethepoet>=0.36.0",
5353
"python-socketio-stubs[mypy-strict]",

0 commit comments

Comments
 (0)