From a159d22f359887f14be28f4a9b21613157aaddff Mon Sep 17 00:00:00 2001 From: matthewakram <97605602+matthewakram@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:18:22 +0200 Subject: [PATCH] Update .pre-commit-hooks.yaml to work with new pre-commit version (#77) the current configuration does not work with newer pre-commit versions. In order to be compatible with pre-commit 3+ please apply the following changes --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b38a955..a610aa1 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ entry: autotyping language: python types_or: [python, pyi] - args: [*] + args: [] additional_dependencies: [] - minimum_pre_commit_version: 2.9.2 \ No newline at end of file + minimum_pre_commit_version: 3.0.0