Skip to content

Commit be0fa50

Browse files
committed
Bump mypy-strict-kwargs
1 parent 7aee164 commit be0fa50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ['3.10', 3.11', '3.12', '3.13']
20+
python-version: ['3.10', '3.11', '3.12', '3.13']
2121
uv-resolution: [highest, lowest-direct]
2222
platform: [ubuntu-latest, windows-latest]
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ optional-dependencies.dev = [
5151
"docformatter==1.7.5",
5252
"interrogate==1.7.0",
5353
"mypy[faster-cache]==1.15.0",
54-
"mypy-strict-kwargs==2024.12.25",
54+
"mypy-strict-kwargs==2025.4.3",
5555
"pre-commit==4.2.0",
5656
"pyenchant==3.3.0rc1",
5757
"pylint==3.3.6",

0 commit comments

Comments
 (0)