From 9d1c710c981ae0264c66c213be1f67436ec1d183 Mon Sep 17 00:00:00 2001 From: Alexander Bonkowski <57258530+ab5424@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:09:44 +0200 Subject: [PATCH] remove `None` from .pre-commit-config.yaml --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71133e4..c68b8d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,8 @@ repos: rev: v2.3.0 hooks: - id: codespell - stages: [ Nonepre-commitNone, commit-msg ] + stages: [ pre-commit, commit-msg ] + additional_dependencies: [tomli] - repo: https://github.com/igorshubovych/markdownlint-cli