From 16bfe15c96ef3a0d666ee655b8492492cbab5c62 Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Fri, 14 Jan 2022 16:38:35 -0500 Subject: [PATCH] Add Runtime so RuntimeError is accepted I'm getting a spellcheck error on RuntimeError saying possible misspelt word "Runtime" In the meantime I'm adding it to my whitelist. --- flake8_spellcheck/python.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/flake8_spellcheck/python.txt b/flake8_spellcheck/python.txt index 008dafd..f1c6271 100644 --- a/flake8_spellcheck/python.txt +++ b/flake8_spellcheck/python.txt @@ -134,6 +134,7 @@ returncode rmtree rsplit rstrip +runtime scandir setattr setdefault