From ebaecfebff3f63fe6ef99ec97450dbe0b2104da1 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 22 May 2024 10:41:28 +0200 Subject: [PATCH] Add toml to types --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 629a7bd..c890640 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,3 +3,4 @@ description: 'A TOML toolkit written in Rust' entry: taplo format language: conda + types: [toml]