From 800a5e10db8576b5d058a63391e51c2bf1ae11c8 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 10 Oct 2020 06:44:54 +0100 Subject: [PATCH] ci(pre-commit): finalise `rstcheck` configuration [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/267 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 058cc21..136e470 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,4 +44,5 @@ repos: hooks: - id: rstcheck name: Check reST files using rstcheck + exclude: 'docs/CHANGELOG.rst' args: [--report=warning]