(swh) ~/swh-environment/swh-scanner master make check
python3 -m flake8 swh
swh/scanner/model.py:70:47: E226 missing whitespace around arithmetic operator
swh/scanner/scanner.py:18:9: E126 continuation line over-indented for hanging indent
swh/scanner/scanner.py:25:9: E123 closing bracket does not match indentation of opening bracket's line
swh/scanner/scanner.py:94:9: E123 closing bracket does not match indentation of opening bracket's line
swh/scanner/tests/test_scanner.py:24:8: E121 continuation line under-indented for hanging indent
swh/scanner/tests/test_scanner.py:35:12: E121 continuation line under-indented for hanging indent
swh/scanner/tests/test_scanner.py:47:12: E121 continuation line under-indented for hanging indent
swh/scanner/tests/conftest.py:68:9: E123 closing bracket does not match indentation of opening bracket's line
swh/scanner/tests/data.py:7:9: E126 continuation line over-indented for hanging indent
swh/scanner/tests/data.py:16:9: E126 continuation line over-indented for hanging indent
swh/scanner/tests/data.py:19:9: E123 closing bracket does not match indentation of opening bracket's line
make: *** [../Makefile.python:33: check-flake] Error 1