diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f2a4e5e1e2f62fe8dd7c9b0d2cfe446c535fc2b..9154dcf09ab7f12bd75b3c8f7aaf9e0ca477c888 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,3 +8,10 @@ repos: hooks: - id: isort 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"