From e0f8952218a1e2c7beb8350b94d6470176805210 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 14 Mar 2023 13:05:51 +0100 Subject: [PATCH] codespell: fix typo & add word to exception list --- .pre-commit-config.yaml | 2 +- doc/release_notes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2234d4b7..aa295322 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: rev: v2.2.4 hooks: - id: codespell - args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco'] # Ignore capital case words, e.g. country codes + args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco,berfore'] # Ignore capital case words, e.g. country codes types_or: [python, rst, markdown] files: ^(scripts|doc)/ diff --git a/doc/release_notes.rst b/doc/release_notes.rst index bf6c8e6a..5cd8ca86 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -590,7 +590,7 @@ This is the first release of PyPSA-Eur, a model of the European power system at * Data dependencies are now retrieved directly from within the snakemake workflow [`#86 `_]. -* Emission prices can be added to marginal costs of generators through the keyworks ``Ep`` in the ``{opts}`` wildcard [`#100 `_]. +* Emission prices can be added to marginal costs of generators through the keywords ``Ep`` in the ``{opts}`` wildcard [`#100 `_]. * An option is introduced to add extendable nuclear power plants to the network [`#98 `_].