diff options
author | Pieter Wuille <pieter@wuille.net> | 2023-04-13 21:40:37 -0400 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2023-04-14 10:36:36 -0400 |
commit | 719a74989be3cfbc4422ec07cac199c295d28d05 (patch) | |
tree | c62dbcdecdf202a9c1ebf4d6c031d63616c2f490 | |
parent | f5fdd4e2799b318ff004b2349fd1e4176cb752fa (diff) |
Disable Python lint in src/secp256k1
-rwxr-xr-x | test/lint/lint-python-utf8-encoding.py | 2 |
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(): |