File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ Repository = "https://github.com/phi-friday/python-socketio-stubs"
2626
2727[project .optional-dependencies ]
2828mypy = [
29- " mypy>=1.17.1 " ,
29+ " mypy>=1.18.2 " ,
3030]
3131mypy-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]
4848dev = [
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]" ,
You can’t perform that action at this time.
0 commit comments