Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 5710b51

Browse files
committed
Ignore ethash.py and ethash_utils.py in lint-minimal
1 parent 580ccf8 commit 5710b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lint:
4040
flake8 ethereum tests --ignore=E501
4141

4242
lint-minimal:
43-
python -m flake8 --ignore=F401,F841,F811 --select=F --exclude=todo,experimental ethereum
43+
python -m flake8 --ignore=F401,F841,F811 --select=F --exclude=todo,experimental,ethash.py,ethash_utils.py ethereum
4444

4545
test:
4646
py.test --tb=no ethereum/tests/

0 commit comments

Comments
 (0)