diff options
author | Julian Berman <Julian@GrayVines.com> | 2020-08-29 16:34:40 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2020-08-29 16:34:40 -0400 |
commit | b18ece38d73370446ebf290b0adb019331032c52 (patch) | |
tree | a0e93a649184ce40d2391b1dc242a83a450c3e55 | |
parent | 169217572a352453ceb2b4528e32c879a5c3fd3e (diff) | |
download | jsonschema-b18ece38d73370446ebf290b0adb019331032c52.tar.gz |
Sigh, this appears to be a regex, not exact match, so it was ignoring everything.
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b9e18c..ab72a6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: json +exclude: json/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks |