From 719a74989be3cfbc4422ec07cac199c295d28d05 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 13 Apr 2023 21:40:37 -0400 Subject: [PATCH] Disable Python lint in src/secp256k1 --- test/lint/lint-python-utf8-encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/lint-python-utf8-encoding.py b/test/lint/lint-python-utf8-encoding.py index 364da634685..64d04bff57c 100755 --- a/test/lint/lint-python-utf8-encoding.py +++ b/test/lint/lint-python-utf8-encoding.py @@ -12,7 +12,7 @@ import re from subprocess import check_output, CalledProcessError -EXCLUDED_DIRS = ["src/crc32c/"] +EXCLUDED_DIRS = ["src/crc32c/", "src/secp256k1/"] def get_exclude_args():