From cd3bb255dc5706598d3ef6d089cd39898cf1258d Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 10 Aug 2022 01:20:43 +0200 Subject: [PATCH] Add .typos.toml with excludes --- .typos.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..433674a --- /dev/null +++ b/.typos.toml @@ -0,0 +1,6 @@ +[files] +extend-exclude = [ + "/test/student_names.py", + "/test/assistant_names.py", + "/test/experiment_titles", +]