Skip to content

Commit db434c3

Browse files
mflaxmanMichael Flaxman
and
Michael Flaxman
authored
Fix failing flake8 tests (buidl-bitcoin#150)
Co-authored-by: Michael Flaxman <[email protected]>
1 parent d79e980 commit db434c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libsec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
flake8 . --count --statistics
4747
- name: Lint with black
4848
run: |
49-
black . --diff --check
49+
black . --diff --check --exclude='tests_wycheproof_generate.py'
5050
- name: pytest CLI singlesig
5151
run: |
5252
# We retry these 3x if needed, which is a disgusting hack but GH is really buggy for CLI apps

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
ignore=E125,E203,E226,E501,W503
3-
exclude=pbkdf2.py,siphash.py,__init__.py,*/lib/*,*.venv3/*
3+
exclude=pbkdf2.py,siphash.py,__init__.py,*/lib/*,*.venv3/*,tests_wycheproof_generate.py
44
max-line-length=127

0 commit comments

Comments
 (0)