mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Disable Python lint in src/secp256k1
This commit is contained in:
parent
f5fdd4e279
commit
719a74989b
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue