From 3a2bfbf95128218fdc30a6a64a54c2a20ee7b307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Tue, 29 Jun 2021 18:11:10 +0200 Subject: [PATCH] Add additional dependencies for new hook --- .pre-commit-hooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3efa1b1..dc78b77 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -45,6 +45,8 @@ language: python always_run: true pass_filenames: false + additional_dependencies: + - requests - id: root-editorconfig-required name: root-editorconfig-required entry: root-editorconfig-required-hook