We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707baeb commit 75578bbCopy full SHA for 75578bb
1 file changed
.pre-commit-config.yaml
@@ -10,6 +10,7 @@ ci:
10
# We use system Python, with required dependencies specified in pyproject.toml.
11
# We therefore cannot use those dependencies in pre-commit CI.
12
skip:
13
+ - strict-kwargs
14
- actionlint
15
- sphinx-lint
16
- check-manifest
@@ -95,6 +96,13 @@ repos:
95
96
- id: rst-backticks
97
98
stages: [pre-commit]
99
+ - repo: https://github.com/adamtheturtle/strict-kwargs
100
+ rev: 2026.5.18
101
+ hooks:
102
+ - id: strict-kwargs
103
+ args: [fix]
104
+ stages: [pre-commit]
105
+
106
- repo: local
107
hooks:
108
- id: actionlint
0 commit comments