File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repos:
14
14
- id : trailing-whitespace
15
15
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.5.2
17
+ rev : v0.5.4
18
18
hooks :
19
19
- id : ruff
20
20
args : ["--fix", "--show-fixes"]
21
21
- id : ruff-format
22
22
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.10.1
24
+ rev : v1.11.0
25
25
hooks :
26
26
- id : mypy
27
27
name : mypy 3.8 on cibuildwheel/
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ def build_in_directory(args: CommandLineArguments) -> None:
319
319
# Python is buffering by default when running on the CI platforms, giving
320
320
# problems interleaving subprocess call output with unflushed calls to
321
321
# 'print'
322
- sys .stdout = Unbuffered (sys .stdout ) # type: ignore[assignment]
322
+ sys .stdout = Unbuffered (sys .stdout )
323
323
324
324
# create the cache dir before it gets printed & builds performed
325
325
CIBW_CACHE_PATH .mkdir (parents = True , exist_ok = True )
You can’t perform that action at this time.
0 commit comments