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:
|
||||
- id: black
|
||||
types: [python]
|
||||
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||
rev: v1.0.1
|
||||
hooks:
|
||||
- id: gitlab-ci-linter
|
||||
args:
|
||||
- --server
|
||||
- https://gitlab.com
|
||||
# - repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||
# rev: v1.0.1
|
||||
# hooks:
|
||||
# - id: gitlab-ci-linter
|
||||
# args:
|
||||
# - --server
|
||||
# - https://gitlab.com
|
||||
|
|
Reference in a new issue