From e05f79a9c0262d4e86374a6b01f4b16d6d9baf59 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 20 Sep 2023 11:15:13 -0500 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 942a51afdc..dc8382f220 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,10 @@ repos: exclude: | (?x)^( locale/| - lib/ + lib/| + tests/unicode/data/utf-8_invalid.txt| + tests/extmod/data/qr.pgm| + tests/basics/bytearray_byte_operations.py ) - repo: local hooks: