Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can use this linter with `pre-commit` by adding the following hook in your `
```yaml
repos:
- repo: https://github.com/Qarik-Group/gitlab-codeowners-linter
rev: v1.0.2
rev: v1.0.3
hooks:
- id: gitlab-codeowners-linter
args: ['--codeowners_file=path/to/your/CODEOWNERS/file']
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gitlab_codeowners_linter
version = 1.0.2
version = 1.0.3
description = Some out-of-the-box hooks for Gitlab CODEOWNERS.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down