Skip to content

Commit b3a3a54

Browse files
author
Brandon Doyle
committed
Change name in pre-commit hooks list
1 parent f980c29 commit b3a3a54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- id: gitlabci-lint
2-
name: Linting .gitlab-ci.yml
2+
name: Linting GitLab CI configs
33
description: |
44
This hooks verifies that your Gitlab CI configuration is valid. You can
55
pass in a self-hosted GitLab URL in your .pre-commit-config.yaml, see

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='pre-commit-gitlabci-lint',
26-
version='1.1.4',
26+
version='1.1.5',
2727
description='Validate your GitLab CI with GitLab\'s API endpoint.',
2828
cmdclass=cmd_classes,
2929
long_description=long_description,

src/gitlabci_lint/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from functools import partial
1616

1717

18-
__version__ = '1.1.4'
18+
__version__ = '1.1.5'
1919

2020

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

0 commit comments

Comments
 (0)