You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,7 +65,7 @@ After adding a hook to your pre-commit config, it's not a bad idea to run `pre-c
65
65
(default: `1.0.0`)
66
66
Specifying `0.1.0` will not ignore any MinimumVersion mismatches.
67
67
68
-
- If you're a purist, you can also enable strict mode. This enforces recipe type conventions, all processor/MinimumVersion mismatches, and forbids `<!-- -->` style comments.
68
+
- If you're a purist, you can also enable strict mode. This enforces recipe type conventions, all processor/MinimumVersion mismatches, forbids `<!-- -->` style comments, and ensures all processor input variables (arguments) are valid.
69
69
`args: ['--strict']`
70
70
(default: False)
71
71
@@ -121,7 +121,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
0 commit comments