Skip to content

Commit 75578bb

Browse files
committed
Add strict-kwargs pre-commit hook in fix mode
1 parent 707baeb commit 75578bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ci:
1010
# We use system Python, with required dependencies specified in pyproject.toml.
1111
# We therefore cannot use those dependencies in pre-commit CI.
1212
skip:
13+
- strict-kwargs
1314
- actionlint
1415
- sphinx-lint
1516
- check-manifest
@@ -95,6 +96,13 @@ repos:
9596
- id: rst-backticks
9697

9798
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+
98106
- repo: local
99107
hooks:
100108
- id: actionlint

0 commit comments

Comments
 (0)