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