From a77970e129e7d5be7b806e4aebe126b358a0a4f3 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sat, 20 Jan 2024 18:25:29 -0300 Subject: [PATCH] chore: remove pre-commit exclude as it's already covered by .gitignore --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9c75fba..319d5fe1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: hooks: - id: ruff - id: ruff-format - exclude: ^openfeature/contrib/providers/flagd/proto/(.*) - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0