Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration

This commit is contained in:
Mariano Sorgente
2020-03-25 00:16:54 +09:00
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
cd ../../../
- name: Lint source with flake8
run: |
./.venv/bin/flake8 src --exclude src/wallet/electron/node_modules
./.venv/bin/flake8 src --exclude src/electron-ui/node_modules
- name: Lint source with mypy
run: |
./.venv/bin/mypy src tests