We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b417c79 + 569cb96 commit 224d026Copy full SHA for 224d026
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.5.2"
+ rev: "v0.5.4"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -23,7 +23,7 @@ repos:
23
language: python
24
additional_dependencies: [pygments, restructuredtext_lint]
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.10.1
+ rev: v1.11.0
27
28
- id: mypy
29
files: ^(src/|testing/)
src/xdist/looponfail.py
@@ -166,7 +166,7 @@ def init_worker_session(
166
import sys
167
168
outchannel = channel.gateway.newchannel()
169
- sys.stdout = sys.stderr = outchannel.makefile("w") # type: ignore[assignment]
+ sys.stdout = sys.stderr = outchannel.makefile("w")
170
channel.send(outchannel)
171
# prune sys.path to not contain relative paths
172
newpaths = []
0 commit comments