File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 uses : j178/prek-action@v3.0.0
3939 with :
4040 prek-version : 0.4.11
41+ cache : false
4142 extra-args : >-
4243 --all-files --hook-stage ${{ matrix.hook-stage }} --verbose
4344 env :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ optional-dependencies.dev = [
4747 " furo==2025.12.19" ,
4848 " interrogate==1.7.0" ,
4949 " mypy[faster-cache]==2.3.1" ,
50- " mypy-strict-kwargs==2026.7.19 .1" ,
50+ " mypy-strict-kwargs==2026.8.20 .1" ,
5151 " no-defaults==2.1.0" ,
5252 " prek==0.4.14" ,
5353 " pydocstringformatter==1.0.0" ,
@@ -468,3 +468,10 @@ whitelines = 1
468468[tool .no_defaults ]
469469private_only = true
470470per_file_enforcement."tests/**" = " all"
471+
472+ [tool .mypy_strict_kwargs ]
473+ ignore_names = [
474+ " beartype._decor.decorcache.beartype" ,
475+ " _pytest.fixtures.fixture" ,
476+ " pytest_asyncio.plugin.fixture" ,
477+ ]
You can’t perform that action at this time.
0 commit comments