From a2e49dcc563c750faefbdf4a8b14cc70e72c669a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 30 Aug 2022 06:39:25 +0200 Subject: [PATCH] Core: ignore big_button pour rstcheck --- .pre-commit-config.yaml | 2 +- .rstcheck.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .rstcheck.cfg diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a16141c..2080b88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - repo: https://github.com/rstcheck/rstcheck rev: 'v6.1.0' # Use the sha / tag you want to point at hooks: - - id: rstcheck + - id: rstcheck - repo: https://git.opytex.org/lafrite/clean-rst rev: v0.1.2 hooks: diff --git a/.rstcheck.cfg b/.rstcheck.cfg new file mode 100644 index 0000000..d129836 --- /dev/null +++ b/.rstcheck.cfg @@ -0,0 +1,3 @@ +[rstcheck] +ignore_directives = + big_button