mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Disable Python lint in src/secp256k1
This commit is contained in:
@@ -12,7 +12,7 @@ import re
|
|||||||
|
|
||||||
from subprocess import check_output, CalledProcessError
|
from subprocess import check_output, CalledProcessError
|
||||||
|
|
||||||
EXCLUDED_DIRS = ["src/crc32c/"]
|
EXCLUDED_DIRS = ["src/crc32c/", "src/secp256k1/"]
|
||||||
|
|
||||||
|
|
||||||
def get_exclude_args():
|
def get_exclude_args():
|
||||||
|
|||||||
Reference in New Issue
Block a user