From 0ca92d1d3ae62fd54d4032459da9d5c5847f0bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 2 Jan 2024 23:26:00 +0100 Subject: [PATCH] Exclude the directory tests from the pre-commit hook end-of-line-fixer. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cac29f2..635bbc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,6 +33,7 @@ repos: - id: fix-byte-order-marker - id: trailing-whitespace - id: end-of-file-fixer + exclude: tests/.* - repo: https://github.com/trailofbits/pip-audit rev: v2.6.2 hooks: