We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be580f4 commit 8079ac3Copy full SHA for 8079ac3
.pre-commit-config.yaml
@@ -9,6 +9,11 @@ repos:
9
- id: check-metaschema
10
name: Validate Vendored Schemas
11
files: ^src/check_jsonschema/builtin_schemas/vendor/.*\.json$
12
+ exclude: ^src/check_jsonschema/builtin_schemas/vendor/azure-pipelines\.json$
13
+ - id: check-metaschema
14
+ name: Validate Vendored Schemas (nonunicode regexes)
15
+ files: ^src/check_jsonschema/builtin_schemas/vendor/azure-pipelines\.json$
16
+ args: ["--regex-variant", "nonunicode"]
17
- id: check-jsonschema
18
name: Validate Test Configs
19
args: ["--schemafile", "tests/example-files/config_schema.json"]
0 commit comments