Skip to content

Commit 719a749

Browse files
committed
Disable Python lint in src/secp256k1
1 parent f5fdd4e commit 719a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-python-utf8-encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from subprocess import check_output, CalledProcessError
1414

15-
EXCLUDED_DIRS = ["src/crc32c/"]
15+
EXCLUDED_DIRS = ["src/crc32c/", "src/secp256k1/"]
1616

1717

1818
def get_exclude_args():

0 commit comments

Comments
 (0)