File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.5.2 "
3
+ rev : " v0.5.4 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
23
23
language : python
24
24
additional_dependencies : [pygments, restructuredtext_lint]
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.10.1
26
+ rev : v1.11.0
27
27
hooks :
28
28
- id : mypy
29
29
files : ^(src/|testing/)
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def init_worker_session(
166
166
import sys
167
167
168
168
outchannel = channel .gateway .newchannel ()
169
- sys .stdout = sys .stderr = outchannel .makefile ("w" ) # type: ignore[assignment]
169
+ sys .stdout = sys .stderr = outchannel .makefile ("w" )
170
170
channel .send (outchannel )
171
171
# prune sys.path to not contain relative paths
172
172
newpaths = []
You can’t perform that action at this time.
0 commit comments