We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db9096 commit ad80b5dCopy full SHA for ad80b5d
2 files changed
README.md
@@ -31,7 +31,7 @@ You can use this linter with `pre-commit` by adding the following hook in your `
31
```yaml
32
repos:
33
- repo: https://github.com/Qarik-Group/gitlab-codeowners-linter
34
- rev: v1.0.2
+ rev: v1.0.3
35
hooks:
36
- id: gitlab-codeowners-linter
37
args: ['--codeowners_file=path/to/your/CODEOWNERS/file']
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = gitlab_codeowners_linter
3
-version = 1.0.2
+version = 1.0.3
4
description = Some out-of-the-box hooks for Gitlab CODEOWNERS.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments