File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ jobs:
92
92
arch : " armv7l"
93
93
build : " musllinux_"
94
94
use_qemu : false
95
- - os : windows-2019
95
+ - os : windows-2022
96
96
arch : " AMD64"
97
97
build : " "
98
98
use_qemu : false
99
99
- os : windows-2022
100
100
arch : " ARM64"
101
101
build : " "
102
102
use_qemu : false
103
- - os : windows-2019
103
+ - os : windows-2022
104
104
arch : " x86"
105
105
build : " "
106
106
use_qemu : false
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ repos:
17
17
- id : trailing-whitespace
18
18
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : " v0.11.13 "
20
+ rev : " v0.12.1 "
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --show-fixes]
24
24
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : " v1.16.0 "
26
+ rev : " v1.16.1 "
27
27
hooks :
28
28
- id : mypy
29
29
files : ^(src|scripts)
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ exclude = ["src/cmake/_version.py"]
187
187
flake8-unused-arguments.ignore-variadic-names = true
188
188
189
189
[tool .ruff .lint .per-file-ignores ]
190
+ "_build_backend/backend.py" = [" PLC0415" ]
190
191
"docs/conf.py" = [" E402" ]
191
192
"*.pyi" = [" ARG001" ]
192
193
"noxfile.py" = [" PLW0603" ]
You can’t perform that action at this time.
0 commit comments