From 4125247b591055e5b8668163a4057f7d048118f9 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 25 Apr 2024 10:27:57 +0200 Subject: [PATCH] Comment on `tomli` requirement --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4803f99b1..52370a8872 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -157,5 +157,6 @@ repos: rev: v2.2.6 hooks: - id: codespell + # Required for python < 3.11 additional_dependencies: - tomli