From 8242966a6d54ba39dcfdf9590e502897a0f185dc Mon Sep 17 00:00:00 2001 From: hulkoba Date: Wed, 3 Jul 2024 10:25:26 +0200 Subject: [PATCH] lint: ignore snapshots --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e53566e6..1ce879ec2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v4.6.0 hooks: - id: check-yaml - exclude: (tests/recipes|conda_smithy.recipe) + exclude: (tests/__snapshots__|tests/recipes|conda_smithy.recipe) - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black