Disable gitlab ci linter
This commit is contained in:
parent
c9cfdba90f
commit
726e342b88
1 changed files with 7 additions and 7 deletions
|
@ -31,10 +31,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
types: [python]
|
types: [python]
|
||||||
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
# - repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||||
rev: v1.0.1
|
# rev: v1.0.1
|
||||||
hooks:
|
# hooks:
|
||||||
- id: gitlab-ci-linter
|
# - id: gitlab-ci-linter
|
||||||
args:
|
# args:
|
||||||
- --server
|
# - --server
|
||||||
- https://gitlab.com
|
# - https://gitlab.com
|
||||||
|
|
Reference in a new issue