aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2023-04-13 21:40:37 -0400
committerPieter Wuille <pieter@wuille.net>2023-04-14 10:36:36 -0400
commit719a74989be3cfbc4422ec07cac199c295d28d05 (patch)
treec62dbcdecdf202a9c1ebf4d6c031d63616c2f490
parentf5fdd4e2799b318ff004b2349fd1e4176cb752fa (diff)
downloadbitcoin-719a74989be3cfbc4422ec07cac199c295d28d05.tar.xz
Disable Python lint in src/secp256k1
-rwxr-xr-xtest/lint/lint-python-utf8-encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-python-utf8-encoding.py b/test/lint/lint-python-utf8-encoding.py
index 364da63468..64d04bff57 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():