Disable Python lint in src/secp256k1

This commit is contained in:
Pieter Wuille 2023-04-13 21:40:37 -04:00
parent f5fdd4e279
commit 719a74989b

View file

@ -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():