Skip to content

Commit

Permalink
Change name in pre-commit hooks list
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Doyle committed Sep 12, 2022
1 parent f980c29 commit b3a3a54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: gitlabci-lint
name: Linting .gitlab-ci.yml
name: Linting GitLab CI configs
description: |
This hooks verifies that your Gitlab CI configuration is valid. You can
pass in a self-hosted GitLab URL in your .pre-commit-config.yaml, see
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='pre-commit-gitlabci-lint',
version='1.1.4',
version='1.1.5',
description='Validate your GitLab CI with GitLab\'s API endpoint.',
cmdclass=cmd_classes,
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/gitlabci_lint/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from functools import partial


__version__ = '1.1.4'
__version__ = '1.1.5'


if not (token := os.getenv('GITLAB_TOKEN')):
Expand Down

0 comments on commit b3a3a54

Please sign in to comment.