From d3323f3fb31093c310fde88ce00b20ba386b4e10 Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Thu, 25 Apr 2024 11:35:54 +0200 Subject: [PATCH] removed cassetes exclution --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c88959..2fc4a58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,6 @@ repos: rev: "v2.7.1" hooks: - id: prettier - exclude: '^tests/integration/cassettes/.*\.yaml$' - repo: https://github.com/pycqa/isort rev: "5.12.0" hooks: