From 413ffb2d766d2e4b4198eb51a0c402eba87a41cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 3 May 2021 10:44:13 +0200 Subject: [PATCH] Fix CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .rstcheck.cfg | 2 ++ news/get-authors.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.rstcheck.cfg b/.rstcheck.cfg index afd93e4dc..34613f8ac 100644 --- a/.rstcheck.cfg +++ b/.rstcheck.cfg @@ -1,2 +1,4 @@ [rstcheck] ignore_directives = automodule +ignore_roles = issue,pr +report = warning diff --git a/news/get-authors.py b/news/get-authors.py index a6f19032b..3024d5c88 100755 --- a/news/get-authors.py +++ b/news/get-authors.py @@ -19,9 +19,8 @@ """ import os -import sys -from subprocess import check_output from argparse import ArgumentParser +from subprocess import check_output EXCLUDE = ["dependabot-preview[bot]", "Weblate (bot)"]