From 318b7114eca1a42176ec62e7730177d78ac00490 Mon Sep 17 00:00:00 2001 From: takanakahiko Date: Thu, 23 Mar 2023 00:56:38 +0900 Subject: [PATCH] updated the example version specifier in the integration doc to the latest version --- docs/integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration.rst b/docs/integration.rst index 9a6a935..c20be30 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -14,7 +14,7 @@ Here is an example, to add in your .pre-commit-config.yaml # You can pass your custom .yamllint with args attribute. repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.30.0 hooks: - id: yamllint args: [--strict, -c=/path/to/.yamllint]