Skip to content
Snippets Groups Projects
Commit f7bdf7ef authored by Moul's avatar Moul
Browse files

[enh] #401: Introduce gitlab-ci-linter pre-commit hook

Set to git.duniter.org to not request gitlab.com API
parent 9ca11585
No related branches found
No related tags found
1 merge request!183#355, #401: Introduce isort and gitlab-ci-linter pre-commit hooks
Pipeline #12444 passed
...@@ -8,3 +8,10 @@ repos: ...@@ -8,3 +8,10 @@ repos:
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3
hooks:
- id: gitlab-ci-linter
args:
- "--server"
- "https://git.duniter.org"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment