We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1e2f89 + 1ffaead commit ed32c76Copy full SHA for ed32c76
2 files changed
.pre-commit-config.yaml
@@ -341,7 +341,7 @@ repos:
341
342
- id: strict-kwargs-fix
343
name: strict-kwargs
344
- entry: uv run --extra=dev strict-kwargs fix
+ entry: uv run --extra=dev strict-kwargs fix --diff
345
language: python
346
types_or: [python]
347
additional_dependencies:
pyproject.toml
@@ -96,7 +96,7 @@ optional-dependencies.dev = [
96
"sphinx-toolbox==4.2.0rc1",
97
"sphinxcontrib-httpdomain==2.0.0",
98
"sphinxcontrib-spelling==8.0.2",
99
- "strict-kwargs==2026.5.18.post1",
+ "strict-kwargs==2026.5.19.post1",
100
"sybil==10.0.1",
101
"tenacity==9.1.4",
102
"ty==0.0.37",
0 commit comments