Skip to content

Commit 72f27ad

Browse files
Merge pull request #3165 from VWS-Python/dependabot/pip/mypy-strict-kwargs-2026.8.20.1
chore(deps-dev): Bump mypy-strict-kwargs from 2026.7.19.1 to 2026.8.20.1
2 parents 23c2348 + 60850e9 commit 72f27ad

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
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:

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
469469
private_only = true
470470
per_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+
]

0 commit comments

Comments
 (0)