Skip to content

Commit cb6e7ee

Browse files
committed
Add strict-kwargs pre-commit hook in fix mode
1 parent 5846d9e commit cb6e7ee

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
@@ -7,6 +7,7 @@ fail_fast: true
77
# We therefore cannot use those dependencies in pre-commit CI.
88
ci:
99
skip:
10+
- strict-kwargs
1011
- actionlint
1112
- sphinx-lint
1213
- check-manifest
@@ -101,6 +102,13 @@ repos:
101102
- id: hadolint
102103

103104
stages: [pre-commit]
105+
- repo: https://github.com/adamtheturtle/strict-kwargs
106+
rev: 2026.5.18
107+
hooks:
108+
- id: strict-kwargs
109+
args: [fix]
110+
stages: [pre-commit]
111+
104112
- repo: local
105113
hooks:
106114
- id: custom-linters

0 commit comments

Comments
 (0)