From 805390202cbb4a2a898ac78121d76c5b1d598de5 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Thu, 25 Jan 2024 09:55:11 +0100 Subject: [PATCH] Try to ignore authors --- .pyspelling.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.pyspelling.yml b/.pyspelling.yml index 9cecb98d5..e480886a1 100644 --- a/.pyspelling.yml +++ b/.pyspelling.yml @@ -8,8 +8,12 @@ matrix: - .wordlist.txt encoding: utf-8 pipeline: - - pyspelling.filters.text: - convert_encoding: utf-8 + - pyspelling.filters.context: + context_visible_first: true + delimiters: + # Ignore authors + - open: '(?s)^(?P *## Authors)$' + close: '^(?P=open)(?P.*?)(?P *## Known Issues)$' - pyspelling.filters.markdown: markdown_extensions: - markdown.extensions.extra: @@ -21,6 +25,5 @@ matrix: - 'div' - 'pre' - 'code' - encoding: utf-8 sources: - 'README.md' \ No newline at end of file