We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058431c commit 78c1eb8Copy full SHA for 78c1eb8
README.md
@@ -18,7 +18,7 @@ k8s-validate [--kubernetes-version X.X.X] [--exclude glob-pattern] files
18
19
Add a section similar to this to your .pre-commit-hooks.yaml:
20
- repo: https://github.com/Agilicus/pre-commit-hook-k8svalidate.git
21
- rev: v0.0.3
+ rev: v0.0.4
22
hooks:
23
- id: k8svalidate
24
args: [--exclude, "*.patch.yaml"]
setup.py
@@ -8,5 +8,5 @@
8
url="https://github.com/Agilicus/pre-commit-hook-k8svalidate",
9
version="0.0.0",
10
install_requires=["ruamel.yaml>=0.16.10", "kubernetes-validate>=1.16.0"],
11
- scripts=["pre_commit_hooks/k8svalidate"],
+ scripts=["pre-commit-hooks/k8svalidate"],
12
)
0 commit comments