From 244069ed7b718ae5506cdada32809616352e1b37 Mon Sep 17 00:00:00 2001 From: Nick Johnson <24689722+ntjohnson1@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:55:19 -0500 Subject: [PATCH] Internal: Found config. Now enable reading it --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6dec37..32bbcf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,4 +17,6 @@ repos: rev: v2.3.0 hooks: - id: codespell - args: [ --toml, "pyproject.toml"] \ No newline at end of file + args: [ --toml, "pyproject.toml"] + additional_dependencies: + - tomli \ No newline at end of file